<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> css test <% Dim sConnection, objConn , rs sConnection = "DRIVER={MySQL ODBC 3.51 Driver}; SERVER=localhost; DATABASE=solo; UID=root;PASSWORD=admin; OPTION=3" Set objConn = Server.CreateObject("ADODB.Connection") Set rs = Server.CreateObject("ADODB.Recordset") objConn.open(sConnection) sql="select distinct course_code, course_name from info1" set rs=objConn.Execute(sql)%> <% email=request.Form("edemail") if email<>"" then sConnection = "DRIVER={MySQL ODBC 3.51 Driver}; SERVER=localhost; DATABASE=solo; UID=root;PASSWORD=admin; OPTION=3" Set objConn = Server.CreateObject("ADODB.Connection") Set objRS1 = Server.CreateObject("ADODB.Recordset") objConn.Open(sConnection) sql="select * from reguser where email='"+email+"'" Set objRS1= objConn.Execute(sql) do until objRS1.EOF %>
*Name: " /> " />
*EmailID: " />
*Password: " />
<% objRS1.MoveNext loop else %>
To Edit the details Please enter Email ID

This registration process helps us understand the impact of our free transmisssion so that we can justify the continuation of this service.
*Name:  (* fields are mandatory )
*Email ID: (User ID to login to webcast)
*Password:
Age: below 25 between 25 and 50 above 50
Sex: Male Female
*Location: (Specify Country or City, if in India)  

Current Status:

Studying for Bachelor's Degree
Studying for Master's Degree
Studying for Ph.D
Working Professional
None of the above

Highest Degree Acquired: Diploma
Bachelor's Degree
Master's Degree
Ph.D
Don't have a Degree
<% end if%>