Top questions

Post

New Post


Find by name:


QUESTION


Can we have multiple web config files for an asp.net application?


Yes
Edit | Details | Delete


Explain role based security ?


Role Based Security used to implement security based on roles assigned to user groups in the organization. Then we can allow or deny users based on their role in the organization. Windows defines several built-in groups, including Administrators, Users, and Guests.
Edit | Details | Delete


How to open a page in a new window?


To open a page in a new window, we have to use client script using onclick="window.open()" attribute of mainly HTML control.
Edit | Details | Delete



Back to HomePage