Answer Posted / guru gangadhar
Web Page is a Stateless.
So when the page is post backed the data doesn't persist.
In asp.net view state is present by default which is used to
store the data , we can store the data in view state at the
code behind while the page is post backed.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why do we need Sessions?
how to write html code with ssl
If we remove web.config or machine.config from the application then, is this application will works?
What is the difference between mechine.config and web.config?
What is difference between web config and global asax?
Is there any property names “isnavigating”?
What is redirecting behavior?
What is ipostback?
What is the difference between visual basic and asp.net?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How can we identify that the page is post back in asp net?
Can you explain one critical mapping? Performance issue which one is better?
What is the use of worker process in asp.net?
Why is asp.net so popular?
How do cookies work?