Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
If cookies are not enabled at browser end does form Authentication work
If cookies are not enabled at browser end does form Authentication work? No, it does not work. 2007-10-24, 8475👍, 0💬
How do I sign out in forms authentication
How do I sign out in forms authentication ? FormsAuthentication.Signout() 2007-10-24, 5361👍, 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, 5542👍, 0💬
How do you upload a file in ASP.NET
How do you upload a file in ASP.NET ? use System.Web.HttpPostedFile class. 2007-10-24, 5312👍, 0💬
How can we kill a user session
How can we kill a user session ? Session.abandon 2007-10-24, 5252👍, 0💬
How do we enable tracing
How do we enable tracing ? <%@ Page Trace="true" %> 2007-10-24, 5163👍, 0💬
What is Tracing in ASP.NET
What is Tracing in ASP.NET ? Tracing allows us to view how the code was executed in detail. 2007-10-24, 5310👍, 0💬
How to disable client side script in validators
How to disable client side script in validators? Set EnableClientScript to false. 2007-10-24, 5671👍, 0💬
How can we force all the validation control to run
How can we force all the validation control to run ? Page.Validate 2007-10-24, 6204👍, 0💬
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, 6070👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { int a=0; if (a==0) printf("Cisco...
What is PMP(project management plan)? The project management plan is a document that describes the p...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
If XML does not have closing tag will it work? No, every tag in XML which is opened should have a cl...
What Is a CAPTION Tag/Element? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells A "capti...