Differnce between Control an View State
Answer / dev
View State are valid mainly during postbacks and
information is stored in client only. Viewstate are valid
for serializable data only. Moreover Viewstate are not
secured as data is exposed to client. although we can
configure page directive and machine key to make view state
encrypted. Where in case of session this is user specific
data that is stored in server memory . Session state is
valid for any type of objects. We can take help of session
through different web pages also.
Is This Answer Correct ? | 4 Yes | 12 No |
Why and where this web.config file is used?
Difference between datagrid and datareader?
how to use web services with code?(with example code)
What is difference between abstract class and an interface?
What is the function of new view engine in asp.net? : asp.net mvc
hi guys do u know how to go one page to one page to another page plz tell me any of u know
What is application and session in asp.net?
I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.
Define tracing.
what are the oops concepts are used in your project?
1 Answers AppShark, IBM, Kotak,
what is impersonation in ASP.NET?
7 Answers Accenture, Merrill Lynch, Wipro,
What line in the following XML document will generate an error? <?xml version=?1.0?> <employees> <employee> <name>Bob Andcarrol</name> </employee> <employee> <name>Robert Burns</name> </employee> </employees> a) 6 b) 4 c) 1 d) There is no error