Data Binding
Hi Experts,
I am try to build a Sql Sever Database application with minimum code in code behind class by using all the new databinding features of asp.net 2.0.
I have two SQLDatasource controls on a page,to bind a datalist & gridview. Both connection string is bound with the a web config key using <%$ %> tags.
Now Is It posible to bind the table name in a select command attribute to the selected item of a listbox.
Thanks
|