aspx_professional thread: COM Interop.. and ASP.NET with MessageBox..
I have the same need. If I am at a point in
the server-side logic where page rendering is
about to occur I include a DHTML alert in the
page being rendered. Otherwise I park state in
SQL and redirect to a page that displays the
message. Neither of these "make-do"s is as
suitable as the MessageBox. However, I have a
(possibly ill-founded) predjudice against
resorting to COM.
Lou
-----Original Message-----
From: mvermef@y... [mailto:mvermef@y...]
Sent: Monday, October 22, 2001 5:38 PM
To: ASPX_Professional
Subject: [aspx_professional] COM Interop.. and ASP.NET with MessageBox..
Can we create an interop to allow usage of the MessageBox method in a
web
app in .NET?
Morgan