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:
The namespaces needed to use data mechanisms in ASP.NET pages are...
The namespaces needed to use data mechanisms in ASP.NET pages are...
✍: Guest
The namespaces needed to use data mechanisms in ASP.NET pages are
* System.Data, System.Data.OleDb or System.Data.SQL
* System.Data, System.Data.ODBC
* System.Data, System.Data.DataRow
* System.Data.DataRowCollection, System.Data.DbType
System.Data, System.Data.OleDb or System.Data.SQL
2014-07-17, 2079👍, 0💬
Popular Posts:
Do events have return type ? No, events do not have return type.
What is Traceability Matrix? Traceability Matrix is one of the document will prepare by QA.To make s...
What is the difference between Session State and ViewState? ViewState is specific to a page in a ses...
Can each Java object keep track of all the threads that want to exclusively access to it?
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...