<% reqfind = Request("search") currentpage=TRIM(request("currentpage")) if currentpage = "" then currentpage=1 end if Set rsch = Server.CreateObject("ADODB.Recordset") strSql="select coursename, major, categoryname from courses, categories where courses.categoryid = categories.categoryid order by coursename, major" rsch.Open strSQL,Conn,3,1 rsch.PageSize = 10 rsch.AbsolutePage = currentpage rowcount = 0 %>
 
Search
  Enter your keyword
 
Quick Links
  School World
  College World
  Teacher World
  Parent World
  Job World
 
Latest Exam Results
  Choose your educational
field from the liste below
to find out your scores
in the Nov 2004 results
 
  B.E / M.E / M.Tech
  BCA Apr 04 / Nov 04
  BHM / BBM
  MCA Apr 04 / Nov 04


 

Courses
<% While not rsch.EOF and rowcount < rsch.PageSize %> <% rowcount = rowcount + 1 rsch.MoveNext wend %>
<% response.write rsch("categoryname")%>
   
Page :   <% for i = 1 to CurrentPage-1 %> <%=i%> <%next%> <%=CurrentPage%> <% for i = CurrentPage+1 to rsch.PageCount %> <%=i%> <% next %>

 

Copyright Bangalore Education 2004