Posts

Showing posts with the label user

Create user and Give its Authentication To page access

Creat.aspx    < fieldset >         < legend > Create User </ legend >         < center >             < table cellpadding ="10">                 < tr >                     < td >                         Enter Username:-                     </ td >                     < td >                         < asp : TextBox ID ="txtname" runat ="server"></ asp : TextBox >< asp : RequiredFieldValidator                             ID ="a" runat ="server" ValidationGroup ="valid" ControlToValidate ="txtname" ErrorMessage ="***"                             ForeColor ="Red" Display ="Dynamic" SetFocusOnError ="true"></ asp : RequiredFieldValidator >                     </ td >                 </ tr >                 < tr >                     < td >