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 (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is NVL
What Is NVL? NVL is a function lets you substitute a value when a null value is encountered. 2007-04-15, 5157👍, 0💬
How can i trap the arrow keys inside the timer program?
How can i trap the arrow keys inside the timer program? How do you trap arrow keys in a regular program? What makes a timer program special? 2009-04-19, 5098👍, 0💬
What the way to stop a long running thread ?
.NET INTERVIEW QUESTIONS - What the way to stop a long running thread ? Thread.Abort() stops the thread execution at that moment itself. 2009-12-01, 5093👍, 0💬
Popular Posts:
How do I use forms? The basic syntax for a form is: <FORM ACTION="[URL]">...&l t;/FORM>Wh...
What is a delegate ? Delegate is a class that can hold a reference to a method or a function. Delega...
Can one change the mouse pointer in Forms? The SET_APPLICATION_PROPERTY build-in in Oracle Forms all...
How To Dump the Contents of a Directory into an Array? - PHP Script Tips - Working with Directoris a...
How to set a cookie with the contents of a textbox ? Values stored in cookies may not have semicolon...