J
John Baima
When I run my ASP.NET app in the debugger,
System.Windows.Forms.MessageBox.Show works when running on the server.
It does not work when I actually upload my web site to the web server.
That is really annoying! I wish it would not work in the debugger!
Things should not work differently like that.
Anyway, I am looking for alternatives. I can do something like:
Response.Write("<script>alert('hello');</script>");
from the server side, but I cannot specify the title, and there is no
return value. Yes/No MessageBoxes are useful! Is there any better
option? I really would like something that can be launched from the
server side that displays some text and can post back some kind of
result. Is that possible?
BTW, I don't think that I've seen a mention of the ASP.NET faq at:
http://www.syncfusion.com/faq/aspnet/default.aspx
That really is a useful document.
-John
System.Windows.Forms.MessageBox.Show works when running on the server.
It does not work when I actually upload my web site to the web server.
That is really annoying! I wish it would not work in the debugger!
Things should not work differently like that.
Anyway, I am looking for alternatives. I can do something like:
Response.Write("<script>alert('hello');</script>");
from the server side, but I cannot specify the title, and there is no
return value. Yes/No MessageBoxes are useful! Is there any better
option? I really would like something that can be launched from the
server side that displays some text and can post back some kind of
result. Is that possible?
BTW, I don't think that I've seen a mention of the ASP.NET faq at:
http://www.syncfusion.com/faq/aspnet/default.aspx
That really is a useful document.
-John