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.
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.