Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
anyone tell me
i am having field in database question inthis question field having above 10 value i want to find this all value one by one using single lable how can i do
Posted
Comments
Bala Selvanayagam 2-Nov-11 5:56am    
We can help you, if you have tried something and struck,

Please let us know what you have done so far and where you are stuck ?
sabbi26 2-Nov-11 6:41am    
please provide some info about ur problem

1 solution

Fill the data from your DB table in a dataset...

to access all the rows, iterate through all the records in the dataset's table[0]... to access all the columns in all rows, access them while iterating through rows.

to know how to pupulate dataset, follow the link... :)
http://quickstart.developerfusion.co.uk/quickstart/howto/doc/adoplus/GetDataFromDB.aspx[^]

mark as answer if solves your problem
 
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