Click here to Skip to main content
15,915,636 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i can't pass data from child window to parent window in visual studio 2010 asp.net whitout page refresh.
HELP HELP HELP
Posted
Updated 25-Aug-12 21:48pm
v3

Hi,

What's not working ? have you tried with Session/Cache/QueryString/Cookies/Page.PreviousPage(Property) or what else ?

If you have very small data then you can pass it through the QueryString, if you have critical data and do not want users to view in the Post method then you can use Session variable.

So choosing correct from all above state management mechanism is all depend upon your requirement.

Hope you can get your work done through one of the above.

Thanks
-Amit Gajjar
 
Share this answer
 
Comments
_Amy 26-Aug-12 6:23am    
5'ed.
AmitGajjar 26-Aug-12 9:41am    
Thank you _Amy :)
You can use state management techniques to transfer data.
 
Share this answer
 
Comments
_Amy 26-Aug-12 6:23am    
Simple answer. 4'ed.
You can look over the following tutorials

Transferring page values to another page[^]

http://www.netrostar.com/How-to-pass-data-from-one-page-to-another-in-ASPNET[^]

Hope this will give idea about your answer...
 
Share this answer
 
Comments
_Amy 26-Aug-12 6:24am    
Good answer. 4'ed.
Assuming that by child window you are referring to a pop up, the below link might give you some idea.

popup-update-refresh-parent-child[^]
 
Share this answer
 
v2
You can try Session,QueryString,Cache,Page.PreviousPage,Cookies & Application
 
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