65.9K
CodeProject is changing. Read more.
Home

SQLDataSource

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Oct 11, 2013

CPOL
viewsIcon

8374

SqlDataSource control enables you to use a Web control to access data located in a relational data base, including Microsoft SQL Server and Oracle

SqlDataSource control enables you to use a Web control to access data located in a relational data base, including Microsoft SQL Server and Oracle databases, as well as OLE DB and ODBC data sources. (source: MSDN)

As an aside, there's a nice NHibernateDataSource Control that gives a good example on how to make your own custom Data Source Controls.

Enjoy!