Answer Posted / nitya
ViewState is a concept of maintaining controls properties
under postback implementation.it can be implemented in the
form of hidden field.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define secured sockets layer.
Is it true that a Web service must be written in .NET or not?
What is loop in asp.net?
Is asp.net 64-bit enabled? How?
What is HTTPModule and HTTPcontext? What is the use of each?
What are the differences between the response.write() and response.output.write()?
What is meant by web application?
Which class is used to send an email message from an ASP.NET Web page?
What is the function of the ViewState property?
To wrap up a call to a Web service the standard used is..?
How many validators do ASP.NET have?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What are the new web part controls in asp.net 2.0 ?
What is the file through which you can customize your asp.net application?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?