ASP.NET SQL statements execution -
couple of days in row trying master aps.net authentication process. confused.
i've created simple website using form authentication. ( totally magic ) authentication works well, have no clue how works, code , sql statements injected somewhere deep in framework. how create custom control?
lets have 2 categories of users: member , moderator.
i want moderator able execute insert, update, , delete sql staments member restricted operations , able perform select statement , records.
could guys guide me how can achieve using asp.net. thanks!
first create member , moderator roles: http://www.4guysfromrolla.com/articles/120705-1.aspx
and check in role user belong before executing anything: http://msdn.microsoft.com/en-us/library/4z6b5d42.aspx
Comments
Post a Comment