what is view stat? how it is use.

Answers were Sorted based on User's Feedback



what is view stat? how it is use...

Answer / raj

Viewstate is a built-in structure for automatically
retaining values among multiple requests for the same page.
The view state is internally maintained as a hidden field
on the page but is hashed providing greater security than
developer-implemented hidden fields do.

Is This Answer Correct ?    3 Yes 1 No

what is view stat? how it is use...

Answer / michael jerold

To store data when the page is postback thai is called
viewstate.

Is This Answer Correct ?    0 Yes 0 No

what is view stat? how it is use...

Answer / ff

view state stores the control properties and data during
postbacks it is a cliend side state mgmt

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain login control and form authentication.

0 Answers  


What is the difference between union and join?

0 Answers  


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


What is a web api endpoint?

0 Answers  


Asp.net - How to find last error which occurred?

1 Answers   Abacus,






What is Web API?

0 Answers  


What is the Intermittent crashing of application in production?

0 Answers   Microsoft,


can we call web service from the browser?

2 Answers   Keane India Ltd,


What does it mean your session has timed out?

0 Answers  


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Could u send me the answer for this question as soon as possible. Im using 'System.net.mail.mailmessage' namespace for sending a mail from my application. What should I mention in 'system.net.mail.mailmessage.to' property and What should I mention in 'system.net.mail.mailmessage.from' property.

1 Answers  


What is difference between viewstate and session in asp net?

0 Answers  


Categories