Users

O

odwrotnie

Hello,

in VS 2005 in menu -> Website -> ASP.NET Configuration we can
add/remove/edit users. It creates a database with this users and roles,
etc. Is there any mechanism to view this tables in DataGrid with deleting,
adding and editing?
 
C

chris

Odwrotnie,

No, you have to build it yourself. But it is fairly easy to do. You
need to use the Membership static class to bind the data. GetAllUsers()
will get all the users from your Membership store. You should be able
to easily figure out the rest.

Chris
 
P

PeterKellner

Hello,

in VS 2005 in menu -> Website -> ASP.NET Configuration we can
add/remove/edit users. It creates a database with this users and roles,
etc. Is there any mechanism to view this tables in DataGrid with deleting,
adding and editing?

I built an ObjectDataSource to serve this very purpose. Check out my
MSDN article on the topic along with the source code.

http://peterkellner.net/?p=24
Peter Kellner
http://peterkellner.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top