温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:大学课程管理系统程序源码(印度)
当前文件:
CourseFinder/Colleges/AddStudentToCollege.aspx.designer.cs[2K,2009-6-12 11:37:43],打开代码结构图
CourseFinder/Colleges/AddStudentToCollege.aspx.designer.cs[2K,2009-6-12 11:37:43],打开代码结构图1//------------------------------------------------------------------------------ 2
// <auto-generated> 3
// This code was generated by a tool. 4
// Runtime Version:2.0.50727.42 5
// 6
// Changes to this file may cause incorrect behavior and will be lost if 7
// the code is regenerated. 8
// </auto-generated> 9
//------------------------------------------------------------------------------ 10
11
namespace IndiaStudyChannel.Colleges { 12
13
14
/// <summary> 15
/// AddStudentToCollege class. 16
/// </summary> 17
/// <remarks> 18
/// Auto-generated class. 19
/// </remarks> 20
public partial class AddStudentToCollege { 21
22
/// <summary> 23
/// lblMessage control. 24
/// </summary> 25
/// <remarks> 26
/// Auto-generated field. 27
/// To modify move field declaration from designer file to code-behind file. 28
/// </remarks> 29
protected global::System.Web.UI.WebControls.Label lblMessage; 30
31
/// <summary> 32
/// lblCollegeName control. 33
/// </summary> 34
/// <remarks> 35
/// Auto-generated field. 36
/// To modify move field declaration from designer file to code-behind file. 37
/// </remarks> 38
protected global::System.Web.UI.WebControls.Label lblCollegeName; 39
40
/// <summary> 41
/// ddlCourseName control. 42
/// </summary> 43
/// <remarks> 44
/// Auto-generated field. 45
/// To modify move field declaration from designer file to code-behind file. 46
/// </remarks> 47
protected global::System.Web.UI.WebControls.DropDownList ddlCourseName; 48
49
/// <summary> 50
/// ddlYears control. 51
/// </summary> 52
/// <remarks> 53
/// Auto-generated field. 54
/// To modify move field declaration from designer file to code-behind file. 55
/// </remarks> 56
protected global::System.Web.UI.WebControls.DropDownList ddlYears; 57
58
/// <summary> 59
/// txtRemarks control. 60
/// </summary> 61
/// <remarks> 62
/// Auto-generated field. 63
/// To modify move field declaration from designer file to code-behind file. 64
/// </remarks> 65
protected global::System.Web.UI.WebControls.TextBox txtRemarks; 66
67
/// <summary> 68
/// btnSave control. 69
/// </summary> 70
/// <remarks> 71
/// Auto-generated field. 72
/// To modify move field declaration from designer file to code-behind file. 73
/// </remarks> 74
protected global::System.Web.UI.WebControls.Button btnSave; 75
76
/// <summary> 77
/// btnCancel control. 78
/// </summary> 79
/// <remarks> 80
/// Auto-generated field. 81
/// To modify move field declaration from designer file to code-behind file. 82
/// </remarks> 83
protected global::System.Web.UI.WebControls.Button btnCancel; 84
} 85
} 86






}