TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
MohanRaj C
NA
43
127.5k
How to display message box if any error occur in the page using c sharp?
Jun 18 2012 8:14 AM
How to display message box if any error occur in the page using c sharp?
If any error occur in the page during submitting the form,
i need to display message box.....
I tried this code in Exception
Response.Write("<script>alert('" + ex + "')</script>");
but it dindt work .....
How i solve this problem?
Reply
Answers (
1
)
After starting System.timers.timer, not getting textbox value
Problem In using Page.DataBind()