How to display a MessageBox in asp.net? Is it possible to call the messagebox from C# default.aspx coding? regards senthil
God has been pleased to place as a king or cobbler do the work sincerely
check out this link: http://www.codeproject.com/aspnet/AspNetMsgBox.asp
If this post helps, please RATE MY POST! Using Visual Studio 2005 SE
Simpler method: Create a method called ShowMsgBox() that accepts a string, and code it like... Page.RegisterStartUpScript("messageboxscript","<script language='JavaScript'>alert('" + stringvalue + "');</script>");
Forum Rules