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:
Do session use cookies
How can we make session to not to use cookies ? Left to the user, you will enjoy to find this answer. 2007-10-24, 5858👍, 0💬
What’s the use of “GLOBAL.ASAX” file
What’s the use of “GLOBAL.ASAX” file ? It allows to executing ASP.NET application level events and setting application-level variables. 2007-10-24, 5660👍, 0💬
How to disable client side script in validators
How to disable client side script in validators? Set EnableClientScript to false. 2007-10-24, 5441👍, 0💬
ASP used STA threading model, what is the threading model used for ASP.NET
ASP used STA threading model, what is the threading model used for ASP.NET ? ASP.NET uses MTA threading model. 2007-10-24, 5272👍, 0💬
Popular Posts:
How do I force the Dispose method to be called automatically, as clients can forget to call Dispose ...
What is the purpose of the wait(), notify(), and notifyAll() methods? The wait(),notify(), and notif...
Can Multiple Cursors Being Opened at the Same Time? - Oracle DBA FAQ - Working with Cursors in PL/SQ...
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
. How can a servlet refresh automatically if some new data has entered the database? You can use a c...