<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" MasterPageFile="~/User.master" Title="Welcome to Russell Square International College (RSIC)" %> <%@ Import Namespace="System.Data.SqlClient" %> <%@ Import Namespace="System.Data" %>
 
 
 
 

 Message from  Rosemary Gosling
 Director, LSE External  Study

 
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!
Dr. Sheela Nabar

Message from Principal

At a time when boundaries of countries are disappearing and going beyond the limits of space and time, the need to prepare our youth for a global world has become vital.  There is a pressing need felt today to nurture future global managers. There is also a need felt to impart knowledge, skills, and build right attitudes to them to face the world with confidence. 

more...

   
 
  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, CONVERT(varchar(10),pDate,105) AS pdate 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 |