Click here to Skip to main content
15,890,399 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Report Pin
DoctorMick24-Apr-09 4:31
DoctorMick24-Apr-09 4:31 
GeneralRe: Report Pin
sulimanpasha26-Apr-09 18:01
sulimanpasha26-Apr-09 18:01 
QuestionConvert HTML to DOC in C#.Net Pin
vivek_r24-Apr-09 1:15
vivek_r24-Apr-09 1:15 
QuestionValidate XML with DTD Pin
Rohit16db24-Apr-09 0:26
Rohit16db24-Apr-09 0:26 
Questiona problem with UpdatePanel Pin
wertyk23-Apr-09 23:59
wertyk23-Apr-09 23:59 
AnswerRe: a problem with UpdatePanel Pin
Sundeep Ganiga24-Apr-09 0:50
Sundeep Ganiga24-Apr-09 0:50 
QuestionHtml Editor dll Pin
Hemalatha.A.M.23-Apr-09 23:47
Hemalatha.A.M.23-Apr-09 23:47 
Questionhow to display a message box after execution of save button code Pin
anuj sweet23-Apr-09 23:14
anuj sweet23-Apr-09 23:14 
how to display a message box after execution of save button code

I am doing this

savempdet();
updaddbook();
txt_contactno.Text = "";
txt_addline1.Text = "";
txt_addline2.Text = "";
txt_addline3.Text = "";
txt_coradd.Text = "";
lbl_msg.Visible = true;
Page.ClientScript.RegisterClientScriptBlock(typeof(Page), "Message", "alert('data saved successfully');", true);
lbl_msg.Text = "Data Update Sucessfully";

but message box comes before the execution of the code.
AnswerRe: how to display a message box after execution of save button code Pin
SayreCC23-Apr-09 23:27
SayreCC23-Apr-09 23:27 
GeneralRe: how to display a message box after execution of save button code Pin
anuj sweet24-Apr-09 0:50
anuj sweet24-Apr-09 0:50 
GeneralRe: how to display a message box after execution of save button code Pin
antony beula24-Apr-09 3:57
antony beula24-Apr-09 3:57 
QuestionProblem in executing web site Pin
daddanakuna23-Apr-09 23:08
daddanakuna23-Apr-09 23:08 
AnswerRe: Problem in executing web site Pin
SayreCC23-Apr-09 23:30
SayreCC23-Apr-09 23:30 
AnswerRe: Problem in executing web site Pin
Rakesh Kapuriya23-Apr-09 23:41
Rakesh Kapuriya23-Apr-09 23:41 
GeneralRe: Problem in executing web site Pin
daddanakuna24-Apr-09 0:57
daddanakuna24-Apr-09 0:57 
QuestionIE 8- Creating New Troubles. Pin
Dev S23-Apr-09 21:52
Dev S23-Apr-09 21:52 
Questionhelp in coding /query for disbaling Pin
svknair23-Apr-09 21:46
svknair23-Apr-09 21:46 
AnswerRe: help in coding /query for disbaling Pin
sekannak24-Apr-09 0:49
sekannak24-Apr-09 0:49 
GeneralRe: help in coding /query for disbaling Pin
sekannak24-Apr-09 2:01
sekannak24-Apr-09 2:01 
QuestionPosting value from one page to another Pin
IamAmit23-Apr-09 21:39
IamAmit23-Apr-09 21:39 
AnswerRe: Posting value from one page to another Pin
SeMartens23-Apr-09 21:50
SeMartens23-Apr-09 21:50 
GeneralRe: Posting value from one page to another Pin
IamAmit23-Apr-09 21:56
IamAmit23-Apr-09 21:56 
GeneralRe: Posting value from one page to another Pin
SeMartens23-Apr-09 22:25
SeMartens23-Apr-09 22:25 
GeneralRe: Posting value from one page to another Pin
IamAmit23-Apr-09 22:49
IamAmit23-Apr-09 22:49 
AnswerRe: Posting value from one page to another Pin
SayreCC23-Apr-09 22:06
SayreCC23-Apr-09 22:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.