Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What are the other ways you can maintain state ?
What are the other ways you can maintain state ?
✍: Guest
Other than session variables you can use the following technique to store state :
? Hidden fields
? View state
? Hidden frames
? Cookies
? Query strings
2007-10-23, 4423👍, 0💬
Popular Posts:
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, ...
If XML does not have closing tag will it work? No, every tag in XML which is opened should have a cl...
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...
What is the purpose of Replication ? Replication is way of keeping data synchronized in multiple dat...
If we inherit a class do the private variables also get inherited ? Yes, the variables are inherited...