|
-
Apr 5th, 2007, 12:53 PM
#1
Thread Starter
New Member
Re: messagebox in asp.net
Within http://www.codeproject.com/aspnet/AspNetMsgBox.asp page, it says
"The MessageBox class in the System.Windows.Forms namespace is usable only from Windows Forms and NOT ASP.NET Web Forms. " For Web form, this page does have a nice C# class, named "MessageBox". Can someone convert it to vb.net and provide a asp.net example showing how to call it?
Parameters:
Title: string
Msg: String
buttons: Yes & No
Also, have asp.net recognize the resulting value of this MessageBox "pop up".
Thank you,
Jim
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|