<% if session("userid")="" then response.Redirect("login.asp?loginmsg=Please enter user and password") %> <% server.ScriptTimeout=60000000 Dim objUpload, lngLoop if Request.QueryString("opt")="" then opt=0 else opt=cint(Request.QueryString("opt")) If Request.TotalBytes > 0 Then Set objUpload = New clsUpload objUpload.Files.Item(0).Save server.MapPath(".") & "/../db" head1="
Text File Uploaded to the server
" end if msg=Request.QueryString("msg") if msg=2 then head1="
Product Data updated from the text file
" if msg=3 then head1="
Admin password updated successfully
" if msg=4 then head1="
Admin Mail ID updated successfully
" %> Product Info | Admin Area
ADMINISTRATOR LOGIN     WELCOME     
 
  Dealer
  Product
  Change password
  Change email ID
  Logout
 
     PRODUCT
<%=head1%>

   
 Upload Product info


   

   
 Update Database