Click here to Skip to main content
15,906,106 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My requirement is, I have 3 pages webform1.aspx,webform2.aspx and webform3.aspx.

1. first i will redirect from webform1.aspx - > webform2.aspx
2. in webform2.aspx I will select a dropdownlist value, then third page 'webform3.aspx' should come as a popup window.
3. In webform3.aspx(popup), after selecting a value from dropdownlist I need to close the popup window(3rd page) and need to call the page_load event of webform2.aspx.
4. Also when i click on the browser back button It must not go to webform3.aspx(the popup window), it must go to webform1.aspx.

if anyone know please let me know..thanks.....
Posted
Updated 22-Aug-11 5:37am
v2
Comments
TheyCallMeMrJames 22-Aug-11 11:39am    
Not everything has to be done with separate web forms and pop-ups. Could you consider an alternate UI implementation?
janwel 22-Aug-11 20:06pm    
homework!!

1 solution

Dear friend, I didn't get you...please explain what you meant...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900