Hi, Im using asp.net 2.0 C# VS2005 and on my web-system I need to do a
user/permissions storage... each user must have insert / delete / view /
edit permission and I must verify it on each .aspx form... What is the best
form to do that? Do you know any 3rd control? or anything like that...
Thanks in advance...
Bahadır ARSLAN - 22 Aug 2007 07:26 GMT
I suggest you to override the current Membership Api and create your system.
So you can create your DB and Roles...
> Hi, Im using asp.net 2.0 C# VS2005 and on my web-system I need to do a
> user/permissions storage... each user must have insert / delete / view /
[quoted text clipped - 3 lines]
>
> Thanks in advance...