Hi,
I am new to ASP.net. I have a form which should display the user a message box with some information. I am using C#. In VB there is MsgBox(" Hi..") that can display the prompt. But, this doesnt work in C#, I need to display the messsage box.....Can anyone help me with this PLZZZZ??
Loading
Dipen LamaPosted Jul 17, 2006, 1:40 AM
You are saying u r new to ASP.NET. If you are writing ASP.NET web application then you have to use JavaScript window.open() method.