G
Guest
Hi,
I am trying to initiate a dialog box in an ASP web page. The code does some
processing and checks a few things, then if all is OK, asks the user to
confirm. For this I need it to pop up a simple OK/Cancel dialog box, read
the result, and act accordingly.
This would of course be very simple in a Windows application, but it seems
that is not the case in ASP. All the solutions I have found so far involve
running javascript when the inital button is pressed to pop up the dialog
box, and then passing the result to the ASP code for it to process.
Unfortunately I need to go to the ASP code first, do some processing, pop up
the dialog box if required, and return the result to the ASP code for it to
act upon. So basically I need to do something that will to all intents and
purposes act like a standard MessageBox.
I'm familiar with VB.NET and C#.NET, but this is my first time trying to do
an ASP.NET page.
Any help much appreciated!
Mat
I am trying to initiate a dialog box in an ASP web page. The code does some
processing and checks a few things, then if all is OK, asks the user to
confirm. For this I need it to pop up a simple OK/Cancel dialog box, read
the result, and act accordingly.
This would of course be very simple in a Windows application, but it seems
that is not the case in ASP. All the solutions I have found so far involve
running javascript when the inital button is pressed to pop up the dialog
box, and then passing the result to the ASP code for it to process.
Unfortunately I need to go to the ASP code first, do some processing, pop up
the dialog box if required, and return the result to the ASP code for it to
act upon. So basically I need to do something that will to all intents and
purposes act like a standard MessageBox.
I'm familiar with VB.NET and C#.NET, but this is my first time trying to do
an ASP.NET page.
Any help much appreciated!
Mat