DatabaseDude
Programmer
Which is the more efficient method of binding controls (listbox, dropdown list, gridview, etc)?
- Using a SQLDataSource control for each
- Creating a single connection in the codebehind page & using it to retrieve all data
My first instinct is to code everything by hand, but I wanted to take advantage of any built-in power of ASP.NET.
Thanks in advance!
- Using a SQLDataSource control for each
- Creating a single connection in the codebehind page & using it to retrieve all data
My first instinct is to code everything by hand, but I wanted to take advantage of any built-in power of ASP.NET.
Thanks in advance!