Rank: Member Groups: Member
 
 
Joined: 9/1/2010 Posts: 28 
	 | 
		   
	     
		    I am using 10 eo:ComboBox controls. In those:
  I have a 10 eo:ListBox controls and 10 asp:SqlDataSource controls on one page.
  They are for the same table etc.
  Is there  a way to SHARE ONE sql datasource between all my eo:ListBox Controls? 
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  It will be better for you to write code to return a DataTable, and then using the same DataTable as data source for all those Grids.
  Thanks!
		 
	 |