Messagebox and alerts
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
Use javascript OR u Can use Response.Write("alert('Enter the message here');") in the code window. But when u use Ajax controls Response.Write not possible u can use label and write the msg in that label
modified on Thursday, May 21, 2009 12:56 AM
-
use java script or show the messages in validation summary (in Vlaidation summary there is a property called ShowMessageBox="True")
Padmanabhan