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, 1914👍, 0💬
Popular Posts:
When should the register modifier be used? Does it really help? The register modifier hints to the c...
Wha is the output from System.out.println("Hell o"+null);?Hellonull
Can you explain in GSC and VAF in function points? In GSC (General System Characteristic) there are ...
What is the output of printf("%d")? 1. When we write printf("%d",x); this means compiler will print ...
What is the main difference between a Vector and an ArrayList? Java Vector class is internally synch...