Click here to Skip to main content
16,020,990 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have an application that included in different fan pages.
i need the application to recognize the page id of the fan page that run it in run time.
how can i do it ?
Thanks.
Posted

1 solution

Session?
QueryString?
Any other state management technique you find fit...

Tried any?
 
Share this answer
 
Comments
kh_yaniv 11-May-11 5:12am    
i tried allot of things none of them worked for me.
i need something that gives all the details about the running fan page without entering an input.
in other words, if user enter the application tab in random fan page, the application will display this random fan page detail.
can you please help?
thanks.
Sandeep Mewara 11-May-11 5:13am    
All you need is the current user unique id to pass on. Rest all the data you can get it from DB anytime needed.
kh_yaniv 11-May-11 7:31am    
ok, but what is the method name ? i have the user unique id.
can you give me a sample code that do it.thanks.

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