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 |
What is cache in asp net?
what are grid events ?code for dropdown inside grid and binding dropdown syntax
What is boxing?
8 Answers IBM, Misys, Siebel Systems,
What is the difference between <%#%> and <%=%>?
Is it true that a Web service must be written in .NET or not?
Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version
What is state management techniques in asp.net?
Does C# support static class?Is Static class be inherited by any class?
Is There any Third party tools are using in .Net Technologies? Can u Explain?
what do machine key element in configuration file specify?
Explain the concept of View Model in MVC?
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)