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, 5856👍, 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, 5658👍, 0💬
How to disable client side script in validators
How to disable client side script in validators? Set EnableClientScript to false. 2007-10-24, 5440👍, 0💬
Popular Posts:
What are urlencode() and urldecode() functions in PHP? string urlencode(str) - Returns the URL encod...
How To Change the Password of Another User Account? - MySQL FAQs - Managing User Accounts and Access...
How To Analyze Tables with "mysqlcheck"? - MySQL FAQs - Administrator Tools for Managing MySQL Serve...
How To Join a List of Keys with a List of Values into an Array? - PHP Script Tips - PHP Built-in Fun...
What is normalization? What are different types of normalization? It is set of rules that have been ...