Answer Posted / mano
Advantage:
1.view state used to store hidden values at the time of Postback.
2. It maintain state of object;
Disadvantage:
1.When process load into server it cost may higher.
SO when do web papplication,it good to avoid use of to many
HiddenFeilds
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to do state management in ASP.NET?
What does ascx stand for?
Diff between web user control and web custom control?
Can you nest updatepanel within each other?
What is the extension of master page in asp.net?
Why session is more secure than cookies?
What is page request in asp.net?
Name the two properties are on every validation control?
What is autopostback in asp net?
Define application state variable and session state variable?
What is the default timeout for a cookie?
where can i gather the materials for MCP certification
Describe how to implement globalization and localization in the use interface in .net.
What is the difference between localization and globalization?
What's the use of response.output.write()?