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:
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, 5021👍, 0💬
What the way to stop a long running thread
What the way to stop a long running thread ? Thread.Abort() stops the thread execution at that moment itself. 2007-10-22, 5021👍, 0💬
What is COM
What is COM ? Microsoft’s COM is a technology for component software development. It is a binary standard which is language independent. DCOM is a distributed extension of COM. 2007-10-22, 5020👍, 0💬
How can we kill a user session
How can we kill a user session ? Session.abandon 2007-10-24, 5019👍, 0💬
Popular Posts:
Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &a...
What is the purpose of finalization? The purpose of finalization is to give an unreachable object th...
What is the difference between mysql_fetch_object() and mysql_fetch_array() functions in PHP? mysql_...
Where are cookies actually stored on the hard disk? This depends on the user's browser and OS. In th...
Example of using Regular Expressions for syntax checking in JavaScript ... var re = new RegExp("^(&a...