Click here to Skip to main content
15,909,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI to All,

I have 2 button's in my web page.

1) Checklist 2) Approve ( enable=false)

when i click on Checklist button it's redirect to another page and in 2nd page i fill all the details and click on Submit button automatically i want to close the 2nd page and it's redirect to frst page and in 1st page itself i want to enabled the 2nd button i.e Approve button...

How to do this....

Can anyone help me out of this...
Posted

Pass any data you want to transfer from 2nd to 1st page using Query String.
and on page load of 1st Page check that Query string parameter , according to that you can control that two buttons.
If you have any doubt Query String follow this link

http://msdn.microsoft.com/en-us/library/6c3yckfw(v=vs.100).aspx[^]
 
Share this answer
 
Comments
Naveen.Sanagasetti 8-May-13 8:15am    
no here what i'm trying to do is when i click a button in my first page it's redirect to another page ( popup window ) and i fill total all details and click on submit button then my popup window is closed and it's open my first page itself but it's not redirect to my first page ....
Without redirect to my first page how to check the querystring value....
If its loaded in page load then only that value is read other wise it's not possible to read that querystring value naaa...?
You can try something like below link:
Partial Page Update on main window from Popup[^]
 
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