Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi,
i want to get item list from database, using asp.net
any one can help me with simple example?
thanks in advanced
Posted
Updated 11-Apr-13 10:27am
v3
Comments
Richard C Bishop 11-Apr-13 10:44am    
What language? What databaase?

1 solution

You can use LINQ to SQL for this. Below is a link to a tutorial which shows how you can create, retrieve, update and delete from a single table.

LINQ to SQL single table.
 
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