Click here to Skip to main content
16,016,736 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
what namespace has to be given for bringing the "----.DataSource "

checkedListBox1.DataSource = dsRecords.Tables[0];
Posted
Updated 9-Nov-11 1:21am
v2
Comments
OriginalGriff 9-Nov-11 7:21am    
Sorry? Would you care to try asking that again, in English, this time?
Use the "Improve question" widget to edit your question and provide better information.
Rajesh Anuhya 9-Nov-11 7:21am    
Question is not clear..

1 solution

C#
System.Web.UI.WebControls.SqlDataSource
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900