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:
What does WSDL stand for?
What does WSDL stand for? Web Services Description Language 2014-02-06, 2062👍, 0💬
True or False: A Web service can only be written in .NET.?
True or False: A Web service can only be written in .NET.? False. 2014-02-05, 1973👍, 0💬
How do you create a permanent cookie?
How do you create a permanent cookie? Setting the Expires property to MinValue means that the Cookie never expires. 2014-02-04, 2020👍, 0💬
Which two properties are on every validation control?
Which two properties are on every validation control? ControlToValidate & ErrorMessage properties 2014-02-03, 1998👍, 0💬
What base class do all Web Forms inherit from?
What base class do all Web Forms inherit from? System.Web.UI.Page 2014-01-30, 2031👍, 0💬
Popular Posts:
An application needs to load a library before it starts to run, how to code? One option is to use a ...
What Is a CAPTION Tag/Element? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells A "capti...
How Large Can a Single Cookie Be? - PHP Script Tips - Understanding and Managing Cookies How large c...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
What is shadowing ? When two elements in a program have same name, one of them can hide and shadow t...