<%response.buffer="true"%> <% on error resume next dep=cint(request.querystring("dep")) Response.Buffer=true dim Depart dim Facul dim Fac Depart="Faculties" select case dep case 1 dept="Computer Engineering" case 2 dept="Electronics Engineering" case 3 dept="Biomedical Engineering" case 4 dept="Civil Engineering" case 5 dept="Computer Science" End Select if dept = "Computer Science" then Fac = "Faculty of Computer Science" else Fac="Faculty of Engineering" end if set rs = server.createobject("adodb.recordset") set rs = obj.execute ("select * from Members where Department='"& UCase(Depart)&"' and Faculty='"& UCase(Fac)&"' and Engg_Depart='"& UCase(dept)&"' ORDER BY Priority ASC ") ' Session("FileName") = "Computer_Engg.htm" if err then Session("ErrMsg") = "Please try later..." Response.Redirect "mesg.asp" end if if not rs.EOF then %> Sir Syed University of Engineering & Technology
Academic Program >> BS Programme >> Faculty Members
 


<%if rs("Engg_Depart")= "Computer Science" then %> <%end if%> <%if rs("Engg_Depart")= "Computer Engineering" then %> <%end if%> <%if rs("Engg_Depart")= "Electronics Engineering" then %> <%end if%> <%if rs("Engg_Depart")= "Civil Engineering" then %> <%end if%> <%if rs("Engg_Depart")= "Biomedical Engineering" then %> <%end if%>
<% do while not rs.eof tt=tt+1 %> <% if isnull(rs("faculty_url")) then%> <%else%> <%end if%> <% rs.movenext loop rs.close obj.close %>
<%=tt%> Name

<%=rs("Name")%>

" class="Toplinks"><%=rs("Name")%>

Designation

<%=rs("Designation")%>

Qualification

<%=rs("Qualification")%>

Research Interest

<%=rs("Research Interest")%>

Email

<%=rs("Email")%>

Website Address

<%=rs("Website")%>

Last Updated Tuesday April 24th,2007

    Online Library     AIT        CEP    STI     SSUET.NET
Copyright © 1997-2007, SSUET, All Right Reserved.
Site Designed & Managed by STI
<% else Session("ErrMsg") = "No data entry" Response.redirect "mesg.asp" end if %>