hi all,
here is the requirement or say it is the question asked by the interviewer :)
its like if we want to post some info on page without using get and post method how can we do it?
Loading
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.
Pasan RatnayakePosted Sep 11, 2010, 1:10 PM
anu mathurPosted Sep 10, 2010, 6:42 AM
u got my question wrong.its not that kind of info its like while loading the page itself before loading of page not for redirect on another page. iuts main concern is without submitting the page and geeting the info from server .......
Pasan RatnayakePosted Sep 10, 2010, 5:55 AM
You can use cookies, session, viewstate as far as I know.. There may be more methods that you can use.
1. Using cookies, you can create a cookie from one page, navigate to another page and read it.
2. You can store a value in the session and navigate to another page and display that value off reading the session variable.
3. You can store a value in the viewstate and use it another page.
If you don't know how to use these, simply google it or search within this website.
Hope this helps.