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
mohammad qasim
NA
408
0
show message box after saving the data into db(sqlserver) in asp.net with c#
Apr 1 2010 3:34 AM
Asp.net C#
how to show the message box after saving the data in db(sqlserver)
??
earlier i was using javascript alert like this
<pre lang="xml">public static void ShowMessage(string strMessage,Page pgno)
{
Label lbl = new Label();
lbl.Text = "<script type='text/javascript' language='javascript'>" + Environment.NewLine+ "window.alert('" + strMessage + "');</script>";
pgno.Controls.Add(lbl);
}</pre>
but since putting update panel and asp:updateprogress Its not working.
Is there any ajax message box to use after saving the data.??
I know the "ConfirmButtonExtender"
but can we use it to show the confirmation message after saving the data into db(sqlserver)
Or better 1
thanks in advance
Reply
Answers (
0
)
document.getElementById is null or not an object
security, access right Issue in Asp.Net application