Asp.Net windows forms
i want to see the message that it is successfully saved are added , to that what is the code i want write , after inserting all the details finally after clicking add button in windows form i want to see the above requirement please help me with that code

lokesh sriPosted Jul 24, 2014, 11:21 AM
lokesh sriPosted Jul 24, 2014, 6:44 AM
Posted Jul 24, 2014, 4:39 AM
To display success message in asp.net like window form, use following below code
string display = "Pop-up!"; ClientScript.RegisterStartupScript(this.GetType(), "yourMessage", "alert('" + display + "');", true);
In windows
MessageBox.Show("caption","Message");
kindly mark as answer, if it helps you.
Thanks
Kailash
Guest UserPosted Jul 24, 2014, 4:11 AM
if you can post your code, what you want to achieve I can share my views better.
twitter @sumitjolly