Does anybody know how to make a message box on the webform (WebForm1.aspx)?
thanks
Printable View
Does anybody know how to make a message box on the webform (WebForm1.aspx)?
thanks
you have to use client side scripting... for example if you in jscript want to show a msgbox I always have a method written in jscript that do a few response.writes with the script tag.. if you follow me. DO something similar with vb.net or C# in your codebehind