what is view state and its use
Answer Posted / nageswara rao.g
viewstate is just like hidden field.Basically all html
controls are stateless .if u want maintain state for page
level we can use viewstate.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
Explain the server control events of asp.net ?
What is mta?
What is global.asax file used for?
What is difference between mvc and asp.net? : Asp.Net MVC
What is difference between cookies and cache?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What does session_start () do?
Which is better session or viewstate?
What is cookies in asp net?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is AutoEventWireup attribute for ?
What is a 404 redirect?
Define a static class?
How to prevent client side validation from the ASP.NET validation controls?
Apart from IDE what are the enhancements in asp.net 2.0?