Top questions

Post

New Post


Find by name:


QUESTION


What are the asp.net Security Controls?


Provides a standard login capability that allows the users to enter their credentials Allows you to display the name of the logged-in user Displays whether the user is authenticated or not Provides various login views depending on the selected template email the users their lost password
Edit | Details | Delete


What are the different Session state management options available in ASP.NET?


In-Process Out-of-Process.
Edit | Details | Delete


What are the different types of cookies in ASP.NET?


Session Cookie - Resides on the client machine for a single session until the user does not log out. Persistent Cookie - Resides on a user's machine for a period specified for its expiry, such as 10 days, one month, and never.
Edit | Details | Delete



Back to HomePage