what is roles in asp.net
Answers were Sorted based on User's Feedback
Answer / amit
It Provide Authorisation(permissions)to the user based on
their roles/Membership/Authentication..
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / priya
Membership is a self-standing feature in ASP.Net for
authentication,it can be integrated with ASP.Net role
management to provide authorization service to ur site.
Is This Answer Correct ? | 1 Yes | 1 No |
How does dataset acts in a disconnected fashion ?
What are the objects of ASP.NET ?
# What is the transport protocol you use to call a Web service?
What is the difference between runtime version and version?
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.
Asp.net and asp ? differences?
What does the "EnableViewState" property do? Why would I want it on or off?
How does exception management works in ASP.NET?
How long does an http session last?
How is a property designated as read-only?
What does the orientation property do in a menu control?
How asynchronous call can be implemented using delegates?