Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > user profiles in gridview
 

user profiles in gridview

Hello!
I have a question about displaying users and there profiles in gridview. Do you have to create a dataset from table profile with a query or something else, any suggestions?
medy  Friday, July 07, 2006 12:01 AM

I find a good article about that and i use the method

MembershipUserCollection muc = Membership.GetAllUsers();

and put users and profiles in gridview, the article is in location:

http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/GridViewEx06.asp

Have a nice day!

medy  Saturday, July 08, 2006 11:28 AM

I find a good article about that and i use the method

MembershipUserCollection muc = Membership.GetAllUsers();

and put users and profiles in gridview, the article is in location:

http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/GridViewEx06.asp

Have a nice day!

medy  Saturday, July 08, 2006 11:28 AM

You can use google to search for other answers

Custom Search

More Threads

• Date format?? Help
• Listbox Databinding question
• identifying changed rows in abinded datagridview c#windows form
• DBConcurrencyException was unhandled
• Databind problem with a null item
• OleDB Connection Pooling
• BindingSource.OnCurrentItemChanged not fired when the DataSource(TypedDataTable)'s property changed
• Sort of bounded and unbounded columns in datagridview
• DataGridViewImageColumn - dynamically set images per grid row
• Update a DataTable asynchronously