<% Dim rsSet,sql Set rsSet = server.CreateObject("Adodb.RecordSet") sql = "Select * from MemberMaster Where UserId = '" & Session("UserId") & "'" If rsSet.State = 1 then rsSet.Close rsSet.Open sql,Conn if not rsSet.eof then if rsSet.BOF = False then rsSet.MoveFirst end if end if %> <% if rsSet("Flag_UserId") = "no" then %>

<% else %>

<% End if %>
<% if rsSet("Flag_UserId") = "no" then %>

Change User Id

<% End if %>

Change Password

Edit Contact Details

Member Search

Sign Out

NID Home

 
<% rsSet.Close %>