How to use alerts in asp.net without affecting the layout
If you want to add alerts in your asp.net c# application, don't use the method using "Response.Write("your alert script");".Use the follownig method.Otherwise you may lose your styles and layout may go mad.
No comments:
Post a Comment