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:
What is Multi-tasking
What is Multi-tasking ? It’s a feature of modern operating systems with which we can run multiple programs at same time example Word, Excel etc. 2007-10-22, 5100👍, 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, 5095👍, 0💬
How can we kill a user session
How can we kill a user session ? Session.abandon 2007-10-24, 5078👍, 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, 5068👍, 0💬
Popular Posts:
How do we generate strong names ? or What is use the of SN.EXE ? or How do we apply strong names to ...
Can you explain Forms authentication in detail ? In old ASP if you where said to create a login page...
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...
What is NullPointerException and how to handle it? When an object is not initialized, the default va...
What is Shell scripting A shell script is a script written for the shell, or command line interprete...