Click here to Skip to main content
15,920,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have stored name,phone and address of all the users into aspnet_profile table. Now i want to display all the users info into datagrid view. For that, i have to pass dataset for data grid view.

Question is how to query name, phone and address, so dat i can display these fields into grid view from aspnet_profile table.

how to write sql query?? ( select ? from aspnet_profile)
Posted

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