Registration Details
Fields marked with
á
are mandatory
Personal Details (as a Student)
Salutation
á
First
Middle
Last
Suffix
Name
Mr.
Mrs.
Ms.
Academic Career
á
Institute
<--Select an Institute-->
<% java.sql.Connection conn = null; try { conn = alumni.DataBase.getConnection(); java.sql.Statement stmt = conn.createStatement(); java.sql.ResultSet rs = stmt.executeQuery("Select * from Institute order by ShortText, LongText"); while (rs.next()){ String strShortName = rs.getString("ShortText"); String strInstituteName = rs.getString("LongText"); String strInstituteCode = rs.getString("InstituteCode"); %>
<%= strShortName %> - <%= strInstituteName %>
<% } } catch(Exception ex) { } finally { if (null != conn) { try { conn.close(); } catch (Exception ex) { } } } %>
á
Year Of Passing
Contact Details
Address 1
Address 2
City
Zip
Country
<-- Select Country -->
<% conn = null; try { conn = alumni.DataBase.getConnection(); java.sql.Statement stmt = conn.createStatement(); java.sql.ResultSet rs = stmt.executeQuery("Select * from Country where Status IN ('A', 'D')"); while (rs.next()){ String strShortName = rs.getString("ShortText"); String strCountryName = rs.getString("LongText"); String strCountryCode = rs.getString("CountryCode"); %>
><%= strShortName %> - <%= strCountryName %>
<% } } catch(Exception ex) { } finally { if (null != conn) { try { conn.close(); } catch (Exception ex) { } } } %>
State
< Select State >
á
Email
Phone
Fax