Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
adya
Starting Member
31 Posts |
Posted - 2009-02-07 : 16:27:51
|
HiI have a .aspx page, which calls an user control(which has a popup box for user input)I want to display this popup to be displayed after some execution has been performed on the server side. But the popup is executed after the submit button event has completed and then only i get to see the popup.I need to process the data from popup in the submit button event. How can i do this?Thanx in advance!Adya |
|
Rajani6
Starting Member
2 Posts |
Posted - 2009-02-10 : 07:11:35
|
do you want the pop-up to appear first and then execute the server side event?Cheers,Rajani |
|
|
|
|
|