Msgbox on Windows Server 2003

G

Guest

Hi Guys,

I'm really new to .Net development and need your advise on this.

Recently I've completed a web application using VB.net (Visual Studio .Net
2003). In the application whenever the user clicks the delete button, a
msgbox will appear prompting the user to confirm the deletion via the Yes or
Cancel button.

On my own machine (Win 2k IIS5), the msgbox appears without any issues.
However when I deploy the application on a Windows Server 2003 machine, the
msgbox will not appear and a event will be captured in the system log as
"Application Popup" containing the text that I wanted to display (e.g. Do you
really want to delete this user record?).

Can anyone help me out on this? Many thanks in advance!!!
 
P

Patrice

Looks like you display a server side msgbox. Though it lloks to work when
the server is the same than your client machine keep in mind that this is
menaingless server side...


Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top