ASP.NET - how to access fields from aspnet_profile table?

Asked By Priyanka on 23-Oct-13 04:46 AM
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)