Blogger :
ASP.NET Blogs
All posts :
All posts by ASP.NET Blogs
Category :
MSSQL
Blogged date : 2008 Mar 18
Last month I showed two techniques on how you can use a Repeater to display data from a SQL Server database using minimal coding. Thankfully, there are many more web controls that you can bind data to. Two popular Data-Bound Web Controls that share the same abstract base class are DropDownList and ListBox. Slightly modifying our code from last time, we can easily incorporate these controls into our web pages. Again we will use the Northwind database, the same SQL code to access the top...(
read more)