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