master
editor 1 month ago
commit b9c61c5bbb

@ -0,0 +1,48 @@
大学课程管理系统程序源码(印度)
一、源码描述
环境VS2022 sql2019
二、功能介绍
主要是实现大学课程的搜索,用户注册后可以自行添加课程,可以通过后台管理大学以及所属二级学院等
该代码为印度一学生利用VS2005进行开发的一套商业程序采用了面向对象开发虽然功能简单但是代码非常清晰明了确实是值得我国Asp.net开发人员特别是大学生朋友应该好好看看的。
主要功能:
用户注册、登陆及修改个人信息
在线添加大学、二级学院、专业课程等资料并可以在线检索
Utils文件夹下为通用类文件
DB_51Aspx下为sql数据库文件附加即可
原版为纯英文由liudao汉化改造
改造部分:
    去除了部分“印度”字样
    使数据库等等支持中文字符(修改排序规则,否则中文会变成问号)
    翻译了大部分菜单及控件名称
默认管理员账号密码均为51aspx
三、注意事项
ctrl+F5运行即可。
作者: Timmy M.John
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/CourseFinder
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22><><EFBFBD>Ӷ<EFBFBD><D3B6><EFBFBD>ѧԺ|- 51aspx.com" MasterPageFile="~/MasterPage.master" CodeFile="AddCollege.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Colleges.AddCollege" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<h1><3E><><EFBFBD><EFBFBD>/<2F>޸<EFBFBD> <20><><EFBFBD><EFBFBD>ѧԺ</h1>
<br>
<asp:label id="lblMessage" runat="server" CssClass="error"></asp:label>
<TABLE>
<TR>
<TD style="WIDTH: 121px">ѧԺ<D1A7><D4BA><EFBFBD><EFBFBD></TD>
<TD><asp:textbox id="txtCollegeName" runat="server" Width="208px" MaxLength="100"></asp:textbox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="Please enter name." ControlToValidate="txtCollegeName"
CssClass="error"></asp:RequiredFieldValidator></TD>
</TR>
<TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Colleges
{
/// <summary>
/// Summary description for AddCollege.

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Colleges {
/// <summary>
/// AddCollege class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22><><EFBFBD><EFBFBD>ѧԺ<D1A7>γ<EFBFBD>" MasterPageFile="~/MasterPage.master" CodeFile="AddCourseToCollege.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Colleges.AddCourseToCollege" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Label id="lblMessage" runat="server"></asp:Label>
<TABLE>
<TR>
<TD style="WIDTH: 100px"><3E>γ<EFBFBD></TD>
<TD>
<asp:DropDownList id="ddlCourseName" runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD style="WIDTH: 121px"><3E>γ<EFBFBD><CEB3><EFBFBD><EFBFBD><EFBFBD></TD>
<TD><asp:dropdownlist id="ddlCourseTypes" runat="server"></asp:dropdownlist>
</TD>
</TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Colleges
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Colleges {
/// <summary>
/// AddCourseToCollege class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22><><EFBFBD><EFBFBD>ѧ<EFBFBD><D1A7><EFBFBD><EFBFBD>Ϣ" MasterPageFile="~/MasterPage.master" CodeFile="AddStudentToCollege.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Colleges.AddStudentToCollege" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Label id="lblMessage" runat="server"></asp:Label>
<h1><3E><><EFBFBD><EFBFBD>ѧ<EFBFBD><D1A7><EFBFBD><EFBFBD>Ϣ</h1>
<TABLE>
<TR>
<TD style="WIDTH: 100px">ѧԺ<D1A7><D4BA><EFBFBD><EFBFBD></TD>
<TD><asp:label id="lblCollegeName" Runat="server"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 100px"><3E><>ѧרҵ</TD>
<TD>
<asp:DropDownList id="ddlCourseName" runat="server"></asp:DropDownList></TD>
</TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Colleges
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Colleges {
/// <summary>
/// AddStudentToCollege class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22><><EFBFBD><EFBFBD>ѧԺ<D1A7><D4BA>Ϣ" MasterPageFile="~/MasterPage.master" CodeFile="CollegeDetails.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Colleges.CollegeDetails" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<h1> <%= collegeCity %><3E><><%= collegeName %><3E><>ϸ<EFBFBD><CFB8>Ϣ</h1>
<br>
<asp:Label id="lblMessage" runat="server" CssClass="error"></asp:Label>
<TABLE>
<TR>
<TD style="WIDTH: 116px">ѧԺ<D1A7><D4BA><EFBFBD><EFBFBD></TD>
<TD>
<asp:Label id="lblCollegeName" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 116px"><3E><>ַ</TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Colleges
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Colleges {
/// <summary>
/// CollegeDetails class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Colleges
{
public class CollegeServices
{
public static string FormatCollegeName(int id, string name)

@ -0,0 +1,15 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="ViewPhoto.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Colleges.ViewPhoto" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<h1>Photos of
<%= collegeName %>
</h1>
<asp:linkbutton id="lnkDeletePhoto" runat="server" Visible="False" onclick="lnkDeletePhoto_Click">[Delete Photo]</asp:linkbutton>&nbsp;&nbsp;
<asp:linkbutton id="lnkEditPhoto" runat="server" Visible="False" onclick="lnkEditPhoto_Click">[Edit Photo]<br></asp:linkbutton><br>
<asp:panel id="pnlEdit" Visible="False" Runat="server">
Title: <asp:TextBox id="txtTitle" Runat="server"></asp:TextBox>
<asp:Button id="btnSave" Runat="server" Text="Save" onclick="btnSave_Click"></asp:Button>
</asp:panel>
<%= previousLink %>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<%= nextLink %>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Colleges
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Colleges {
/// <summary>
/// ViewPhoto class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22><><EFBFBD><EFBFBD>ѧԺ |- 51aspx.com" MasterPageFile="~/MasterPage.master" CodeFile="index.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Colleges.collges_index" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<br>
<h1><3E><>ѧ/ѧԺ</h1>
<br>
<asp:Panel DefaultButton="btnSearch" runat=server>
Search: <asp:TextBox id="txtSearch" runat="server"></asp:TextBox>
<asp:Button id="btnSearch" runat="server" Text="<22><><EFBFBD><EFBFBD>" onclick="btnSearch_Click"></asp:Button>
&nbsp;&nbsp;&nbsp;&nbsp;<asp:label id="lblMessage" runat="server" Font-Bold=true></asp:label><br>
</asp:Panel>
<asp:datagrid id="dgResults" runat="server" Width="728px" AutoGenerateColumns="False" CellPadding="5"
AllowPaging="True" PageSize="20" PagerStyle-Mode="NextPrev" PagerStyle-Font-Bold="True" PagerStyle-NextPageText="<22><>һҳ"
PagerStyle-PrevPageText="<22><>һҳ" OnPageIndexChanged="dgResults_PageChanger" OnItemDataBound="dgResults_RowBind">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Colleges
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Colleges {
/// <summary>
/// collges_index class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22><><EFBFBD>ӿγ<D3BF>|- 51aspx.com" MasterPageFile="~/MasterPage.master" CodeFile="AddCourse.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Courses.AddCourse" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:label id="lblMessage" runat="server"></asp:label>
<br>
<br>
<h1><3E><><EFBFBD>ӿγ<D3BF></h1>
<br>
<TABLE>
<TR>
<TD style="WIDTH: 194px"><3E>γ<EFBFBD><CEB3><EFBFBD><EFBFBD><EFBFBD></TD>
<TD><asp:textbox id="txtCourseName" runat="server" MaxLength="50"></asp:textbox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="Enter course name." ControlToValidate="txtCourseName"
CssClass="error"></asp:RequiredFieldValidator></TD>
</TR>
<TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
//<2F><>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>www.51aspx.com(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
namespace IndiaStudyChannel.Courses
{

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Courses {
/// <summary>
/// AddCourse class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="CourseDetails.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Courses.CourseDetails" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:label id="lblMessage" runat="server"></asp:label>
<br>
<h1><3E>γ<EFBFBD><CEB3><EFBFBD>ϸ<EFBFBD><CFB8>Ϣ</h1>
<br>
<TABLE>
<TR>
<TD style="WIDTH: 151px"><3E>γ<EFBFBD><CEB3><EFBFBD><EFBFBD><EFBFBD></TD>
<TD><asp:label id="lblCourseName" runat="server"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 151px">רҵ<D7A8><D2B5><EFBFBD><EFBFBD></TD>
<TD>
<asp:Label id="lblSubjects" runat="server"></asp:Label></TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Courses
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Courses {
/// <summary>
/// CourseDetails class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22><>ѧ<EFBFBD>γ<EFBFBD>" MasterPageFile="~/MasterPage.master" CodeFile="Index.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Courses.Course_Index" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<br>
<h1><3E>γ<EFBFBD><CEB3><EFBFBD><EFBFBD><EFBFBD></h1>
<asp:Panel ID="Panel1" DefaultButton="btnSearch" runat=server>
<asp:TextBox id="txtSearch" runat="server"></asp:TextBox>
<asp:Button id="btnSearch" runat="server" Text="<22><><EFBFBD><EFBFBD>" onclick="btnSearch_Click"></asp:Button><br>
</asp:Panel>
<asp:label id="lblMessage" runat="server"></asp:label><br>
<asp:datagrid id="dg" runat="server" Width="728px" AutoGenerateColumns="False" CellPadding="5">
<HeaderStyle Font-Bold="True" ForeColor="Black" BackColor="#ccffff"></HeaderStyle>
<Columns>
<asp:HyperLinkColumn DataNavigateUrlField="Id" DataNavigateUrlFormatString="CourseDetails.aspx?Id={0}"

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
//<2F><>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>www.51aspx.com(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
namespace IndiaStudyChannel.Courses
{

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Courses {
/// <summary>
/// Course_Index class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="Default.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel._Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<h1><3E><><EFBFBD>ڿγ̹<CEB3><CCB9><EFBFBD>ϵͳ</h1>
<br>
IndiaStudyChannel.com is an educational portal providing reliable and comprehensive information on educational institutions in
India and abroad. Students and parents can find information on colleges, schools, universities, examination results, educational
announcements, events and news.
<br>
<br>
<h1>Colleges</h1>
<br>
In this section, you can find details about any college in India. You can search for colleges by name and various other parameters.
<br /><br /><a href='colleges/index.aspx' title='<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѧ'><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѧԺ</a>
<br>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
//<2F><>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>www.51aspx.com(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
namespace IndiaStudyChannel
{

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel {
/// <summary>
/// _Default class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,10 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="ContactUs.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.General.ContactUs" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<h1>Contact Us</h1>
<br><br>
If you like to contact us, please send an email to <a href='mailto:contact@IndiaStudyChannel.com'>contact@IndiaStudyChannel.com</a>. We will try our best to address your
concern and respond to you within 2 business days.
</asp:Content>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.General
{
/// <summary>
/// Summary description for ContactUs.

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.General {
/// <summary>
/// ContactUs class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="Default.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.General_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<h1>About India Study Channel</h1>
<br>
IndiaStudyChannel.com is an educational portal providing reliable and comprehensive information on educational institutions in
India and abroad. Students and parents can find information on colleges, schools, universities, examination results, educational
announcements, events and news.
<br>
<br>
<h1>Colleges</h1>
<br>
In this section, you can find details about any college in India. You can search for colleges by name and various other parameters.
<br>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
//<2F><>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>www.51aspx.com(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
namespace IndiaStudyChannel
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel {
/// <summary>
/// General_Default class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="PrivacyPolicy.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.General.PrivacyPolicy" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<h1>Privacy Policy</h1>
<br>
<br>
We collect personal information from site visitors. This information will be used only for authenticating members,
statistical reports. Registered member's information will be displayed in various appropriate pages in this website.
<br>
<br>
We do not sell or share your personal information and email address to anyone else.
<br>
<br>
Visitors of this site may be able to view your contact information and contact you directly. If you like to hide any of your personal
information from others, please do not submit it while registering.

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.General
{
/// <summary>
/// Summary description for ContactUs.

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.General {
/// <summary>
/// PrivacyPolicy class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="TermsOfUse.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.General.TermsOfUse" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<h1>Terms Of Use</h1>
<br>
All information provided in this site can be used for non commercial, educational purpose only. We have
made all attempts to provide correct information, however since data is collected from various sources including submissions
by various members and are subject to error.
<br><br>
We assume no responsibility for any damage or personal lose to you due to any inaccurate or mis leading information found in this site.
<br><br>
You must obtain written permission from us for reproducing any information provided in this site.
<br>
</asp:Content>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.General
{
/// <summary>
/// Summary description for ContactUs.

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.General {
/// <summary>
/// TermsOfUse class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="IndiaStudyChannel.Global" %>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Web;
using System.Web.SessionState;
using System.Text.RegularExpressions;
namespace IndiaStudyChannel
{
/// <summary>
/// Summary description for Global.
/// </summary>
public class Global : System.Web.HttpApplication
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{95B47B38-50BC-448A-A1A1-3016ED449FF3}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>CourseFinder</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel
{
public partial class IndiaStudyChannel : System.Web.UI.MasterPage
{

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel {
/// <summary>
/// IndiaStudyChannel class.

@ -0,0 +1,15 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="ChangePassword.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Members.ChangePassword" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<h1>Change Password</h1>
<br>
<asp:Label id="lblMessage" runat="server" ForeColor=red Font-Bold=True></asp:Label>
<TABLE>
<TR>
<TD style="WIDTH: 137px">Old Password</TD>
<TD>
<asp:TextBox id="txtOldPassword" runat="server" MaxLength="20" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator3" runat="server" ErrorMessage="Enter Old Password" ControlToValidate="txtOldPassword"></asp:RequiredFieldValidator></TD>
</TR>
<TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Members
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Members {
/// <summary>
/// ChangePassword class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="EditProfile.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Members.EditProfile" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Label id="lblMessage" runat="server"></asp:Label>
<br>
<h1>Edit Profile</h1>
<TABLE>
<TR>
<TD style="WIDTH: 137px">Name</TD>
<TD>
<asp:TextBox id="txtName" runat="server" Width="208px" MaxLength="50"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator3" runat="server" ErrorMessage="Enter Name" ControlToValidate="txtName"></asp:RequiredFieldValidator></TD>
</TR>
<TR>
<TD style="WIDTH: 137px">Email</TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Members
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Members {
/// <summary>
/// EditProfile class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="ע<><D7A2><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD>" MasterPageFile="~/MasterPage.master" CodeFile="Index.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Member.Members_Index" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<br>
<h1><3E><>ע<EFBFBD><D7A2><EFBFBD>û<EFBFBD></h1>
<asp:label id="lblMessage" runat="server"></asp:label><br>
<asp:datagrid id="dg" runat="server" Width="728px" AutoGenerateColumns="False" CellPadding=5 onselectedindexchanged="dg_SelectedIndexChanged">
<HeaderStyle Font-Bold="True" ForeColor="Black" BackColor=#ccffff></HeaderStyle>
<Columns>
<asp:HyperLinkColumn DataNavigateUrlField="UserId" DataNavigateUrlFormatString="MemberDetails.aspx?UserId={0}"
DataTextField="Name" HeaderText="<22><><EFBFBD><EFBFBD>"></asp:HyperLinkColumn>
<asp:BoundColumn DataField="DateJoined" HeaderText="ע<><D7A2>ʱ<EFBFBD><CAB1>"></asp:BoundColumn>
</Columns>
</asp:datagrid>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Member
{

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Member {
/// <summary>
/// Members_Index class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22>û<EFBFBD><C3BB><EFBFBD>¼" MasterPageFile="~/MasterPage.master" CodeFile="Login.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Login" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<center>
<asp:Label id="lblMessage" runat="server" CssClass="error"></asp:Label>
<br><br><br>
<TABLE bgcolor=#009900 cellpadding=5 cellspacing=1>
<tr bgcolor=white><td>
<table bgcolor=white>
<TR bgcolor=white>
<TD>
<asp:Label id="lblUserId" runat="server"><3E><> <20><></asp:Label></TD>
<TD>
<asp:TextBox id="txtUserId" runat="server"></asp:TextBox></TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel {
/// <summary>
/// Login class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,13 @@
<%@ Page language="c#" Title="<22><EFBFBD><E0BCAD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ|- 51aspx.com" MasterPageFile="~/MasterPage.master" CodeFile="ManageAccount.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Members.ManageAccount" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Label id="lblMessage" runat="server"></asp:Label>
<br>
<h1><3E><EFBFBD><E0BCAD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ</h1>
<br><br>
<LI><a href='EditProfile.aspx'><3E><EFBFBD><E0BCAD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></a></LI>
<br><br>
<LI><a href='ChangePassword.aspx'><3E>޸<EFBFBD><DEB8><EFBFBD><EFBFBD><EFBFBD></a></LI>
<br>
</asp:Content>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Members
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Members {
/// <summary>
/// ManageAccount class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22>û<EFBFBD><C3BB><EFBFBD>ϸ<EFBFBD><CFB8>Ϣ" MasterPageFile="~/MasterPage.master" CodeFile="MemberDetails.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Members.MemberDetails" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Label id="lblMessage" runat="server"></asp:Label>
<br>
<h1><3E>û<EFBFBD><C3BB><EFBFBD>ϸ<EFBFBD><CFB8>Ϣ</h1>
<br>
<TABLE>
<TR>
<TD style="WIDTH: 105px"><3E><><EFBFBD><EFBFBD></TD>
<TD>
<asp:Label id="lblName" runat="server"></asp:Label></TD>
</TR>
<TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Members
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Members {
/// <summary>
/// MemberDetails class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22>û<EFBFBD>ע<EFBFBD><D7A2> | -51aspx.com" MasterPageFile="~/MasterPage.master" CodeFile="Register.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Members.Register" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Label id="lblMessage" runat="server"></asp:Label>
<br>
<h1><3E><><EFBFBD>û<EFBFBD>ע<EFBFBD><D7A2></h1>
<TABLE>
<TR>
<TD style="WIDTH: 137px"><3E>û<EFBFBD><C3BB><EFBFBD></TD>
<TD>
<asp:TextBox id="txtUserId" runat="server" MaxLength="20"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="Enter User ID" ControlToValidate="txtUserId"></asp:RequiredFieldValidator></TD>
</TR>
<TR>
<TD style="WIDTH: 137px"><3E><><EFBFBD><EFBFBD></TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Members
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Members {
/// <summary>
/// Register class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Title="<22><><EFBFBD>Ӵ<EFBFBD>ѧ|-51aspx.com" MasterPageFile="~/MasterPage.master" CodeFile="adduniversity.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Universities.AddUniversity" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<h1><3E><><EFBFBD><EFBFBD>/<2F><20><>ѧ</h1>
<br>
<asp:label id="lblMessage" runat="server" CssClass="error"></asp:label>
<TABLE>
<TR>
<TD style="WIDTH: 121px"><3E><>ѧ<EFBFBD><D1A7><EFBFBD><EFBFBD></TD>
<TD><asp:textbox id="txtUniversityName" runat="server" Width="208px" MaxLength="100"></asp:textbox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="Please enter name." ControlToValidate="txtUniversityName"
CssClass="error"></asp:RequiredFieldValidator></TD>
</TR>
<TR>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Universities
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Universities {
/// <summary>
/// AddUniversity class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" MasterPageFile="~/MasterPage.master" CodeFile="universitydetails.aspx.cs" AutoEventWireup="True" Inherits="IndiaStudyChannel.Universities.UniversityDetails" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br>
<h1><%= universityName %> <20><>ϸ<EFBFBD><CFB8><EFBFBD><EFBFBD></h1>
<br>
<asp:Label id="lblMessage" runat="server" CssClass="error"></asp:Label>
<TABLE>
<TR>
<TD style="WIDTH: 116px"><3E><>ַ</TD>
<TD>
<asp:Label id="lblAddress" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 116px"><3E><><EFBFBD><EFBFBD></TD>
<TD>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace IndiaStudyChannel.Universities
{
/// <summary>

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IndiaStudyChannel.Universities {
/// <summary>
/// UniversityDetails class.

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save