how use cookies to passing drop downlist value from master to its content page
how use cookies to passing drop downlist value from master to content page?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AnkurPosted Jan 28, 2013, 5:20 AM
cookies are not restricted to the page(master page in your case) where they are created. means the cookies created at master pages are available throughout you whole application. provided cookie path is set to root i.e. "/". or both forms should be in same hierarchy.
hope that helps..
thanks..