<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %> <%@ Import Namespace ="System.Data.SqlClient" %> <%@ Import Namespace ="System.Data" %> Untitled Document
 
 
 
Home
About Us
Programmes
Admissions
E-Corner
Campus
Enquiry
Contact Us
 
 
  Ms. Rosemary Gosling,
  Director External Study,   LSE
 
Russell Square International College (RSIC), established in August 2004 by promoters of Ecole Mondiale World School is an education institute with a difference. It nurtures future global leaders by imparting knowledge, skills, and building attitudes among students to face the world in fresh, energetic, and unrestrictive work environment. The college offers you the opportunity and the challenge to study different ways of understanding human society, to seek solutions to problems and to question ideas!

Message from Principal

Message from Principal matter Message from Principal matter Message from Principal matter Message from Principal matter Message from Principal matter Message from Principal matter Message from Principal matter Message from Principal matter Message from Principal matter Message from Principal matter

 
   
 
Foundation Units - 2009-2010
Further Units - 2009-2010
Foundation Units - 2010-2011
Further Units - 2010-2011
<% SqlConnection conn = new SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings["RSIC"].ConnectionString); try { conn.Open(); string up = "select top 5 Detail from news"; SqlCommand cm = new SqlCommand(up, conn); SqlDataAdapter da = new SqlDataAdapter("", conn); da.SelectCommand = cm; DataSet ds = new DataSet(); da.Fill(ds, "data"); Repeater1.DataSource = ds; Repeater1.DataBind(); conn.Close(); } catch (Exception ex) { Response.Write("Problem in connecting database"); } %>
View All ...
imgnew
Faculty Profiles="footer">Faculty Profiles | Achievements | Student Testimonials | Alumni Portal
Copyright © 1995-2010 Russell Square International College Website Designed & Developed by Ajcon IT.com Ltd