Author: ally138411 | Posted on: 10/29/2009 2:57:53 AM | Views : 1262

Hi,
can anyone plz tell me how to make the login screen authenticate user and log him depending upon the rights assigned to him. i have 3 kinds of rights to users ADMIN, SUPER USER, NORMAL USER.
heres my code...
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Login.aspx.vb" Inherits="_Default" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>Welcome to MIS</title>
</head>
<body style="background-color: #9966FF">
    <script type=&qu ...

Go to the complete details ...