Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I want to access content page class and function in another content page class how can i do this in asp.net please help me????
Posted
Comments
MT_ 18-Oct-12 7:47am    
Can you please share you code snippet or pseudo code to understand wha you are trying to do?

1 solution

If it is related to method, Make it public & use Page.PreviousPage Property [^]

See there are multiple options you have for transferring data from one page to another.

-View state
-Control state
-Hidden fields
-Cookies
-Query strings
-Application state
-Session state
-Profile Properties
 
Share this answer
 
Comments
adriancs 18-Oct-12 8:34am    
Reply to your message: "he must be in hurry :)"
haha... your answer is correct. :)
Mine is just a joke. ^^ I'have deleted my answer anyway.
Sushil Mate 18-Oct-12 8:35am    
better late than never ;)

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