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 State?
What is State? It is the property of the web forms. ASP.NET provides four types of state: Application state Session state Cookie state View state. 2014-10-01, 1775👍, 0💬
Where does the Web page belong in the .NET Framework class hierarchy?
Where does the Web page belong in the .NET Framework class hierarchy? System.Web.UI.Page 2014-03-05, 1773👍, 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, 1773👍, 0💬
Explain differences between ADO and DAO.
Explain differences between ADO and DAO. dao- can access only access database ado- can access any databases 2014-10-03, 1772👍, 0💬
Popular Posts:
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and final...
If XML does not have closing tag will it work? No, every tag in XML which is opened should have a cl...
What is Windows DNA architecture? Note :- If you have worked with classic ASP this question can come...
What is the purpose of the wait(), notify(), and notifyAll() methods? The wait(),notify(), and notif...
How Large Can a Single Cookie Be? - PHP Script Tips - Understanding and Managing Cookies How large c...