Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is State?
What is State?
✍: Guest
It is the property of the web forms.
ASP.NET provides four types of state:
Application state
Session state
Cookie state
View state.
2014-10-01, 1917👍, 0💬
Popular Posts:
How do you target a specific frame from a hyperlink? Include the name of the frame in the target att...
How can you implement MVC pattern in ASP.NET? The main purpose using MVC pattern is to decouple the ...
If we have two version of same assembly in GAC how do we make a choice ? OK first let’s try to under...
How To Decrement Dates by 1? - MySQL FAQs - Introduction to SQL Date and Time Handling If you have a...
Do events have return type ? No, events do not have return type.