<%@LANGUAGE="VBSCRIPT"%> Untitled Document <% dim tempid dim orgid editid = trim(Request.QueryString("editid")) tempid= trim(Request.QueryString("id")) if tempid <> "" then sql = " select * from alumni_temp where seqno =" &tempid fromseqnoid = "T" seqnoid= tempid end if if editid <> "" then sql = " select * from alumni where seqno =" & editid Response.Write(sql) seqnoid =editid fromseqnoid= "O" end if if tempid = "" and editid = "" then sql = "select * from alumni where seqno =0" seqnoid="" fromseqnoid="" end if set rs = conn.execute (sql) if not rs.eof then name1 = rs("fname").value seqnoid = rs("seqno").value classjoin = rs("clajoin").value yrjoin = rs("yrjoin").value classleft = rs("claleft").value yrleft = rs("yrleft").value yrpassed = rs("yr_passedout").value institution1 = rs("institution1").value degree1 = rs("degree1").value yrqualified1 = rs("yr_qualified1").value institution2 = rs("institution2").value degree2 = rs("degree2").value yrqualified2 = rs("yr_qualified2").value institution3 = rs("institution3").value degree3 = rs("degree3").value yrqualified3= rs("yr_qualified3").value offadd = rs("office_address").value offpin = rs("office_pin") offphone = rs("office_phone").value resiadd = rs("resi_address").value resipin = rs("resi_pin").value resiphone = rs("resi_phone").value mobile = rs("mobile").value fax = rs("fax").value email = rs("email").value organization1 = rs("organization1").value designation1 = rs("designation1").value period_of_service1 = rs("period_of_service1").value organization2 = rs("organization2").value designation2 = rs("designation2").value period_of_service2 = rs("period_of_service2").value organization3 = rs("organization3").value designation3 = rs("designation3").value period_of_service3 = rs("period_of_service3").value prefer_name = rs("username").value pass = rs("password1").value comments = rs("comments").value end if %>
 
 
 
 
 
members
 
» New member - Register
» Existing member - Login
 
 
 
Contact Alumni Office
 
Email : alumni@scudderschool.ac.in
Home || About Us || Info & Events || Photo Gallery || Kaleidoscope || Students Corner || Contact Us