温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:大学课程管理系统程序源码(印度)
当前文件:
CourseFinder/Colleges/AddCollege.aspx.designer.cs[8K,2009-6-12 11:37:43],打开代码结构图
CourseFinder/Colleges/AddCollege.aspx.designer.cs[8K,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
/// AddCollege class. 16
/// </summary> 17
/// <remarks> 18
/// Auto-generated class. 19
/// </remarks> 20
public partial class AddCollege { 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
/// txtCollegeName 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.TextBox txtCollegeName; 39
40
/// <summary> 41
/// RequiredFieldValidator1 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.RequiredFieldValidator RequiredFieldValidator1; 48
49
/// <summary> 50
/// txtAddress 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.TextBox txtAddress; 57
58
/// <summary> 59
/// txtCity 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 txtCity; 66
67
/// <summary> 68
/// txtState 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.TextBox txtState; 75
76
/// <summary> 77
/// txtPhoneNumber1 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.TextBox txtPhoneNumber1; 84
85
/// <summary> 86
/// txtPhoneNumber2 control. 87
/// </summary> 88
/// <remarks> 89
/// Auto-generated field. 90
/// To modify move field declaration from designer file to code-behind file. 91
/// </remarks> 92
protected global::System.Web.UI.WebControls.TextBox txtPhoneNumber2; 93
94
/// <summary> 95
/// txtEmail control. 96
/// </summary> 97
/// <remarks> 98
/// Auto-generated field. 99
/// To modify move field declaration from designer file to code-behind file. 100
/// </remarks> 101
protected global::System.Web.UI.WebControls.TextBox txtEmail; 102
103
/// <summary> 104
/// txtHomePage control. 105
/// </summary> 106
/// <remarks> 107
/// Auto-generated field. 108
/// To modify move field declaration from designer file to code-behind file. 109
/// </remarks> 110
protected global::System.Web.UI.WebControls.TextBox txtHomePage; 111
112
/// <summary> 113
/// ddlUniversities control. 114
/// </summary> 115
/// <remarks> 116
/// Auto-generated field. 117
/// To modify move field declaration from designer file to code-behind file. 118
/// </remarks> 119
protected global::System.Web.UI.WebControls.DropDownList ddlUniversities; 120
121
/// <summary> 122
/// txtDescription control. 123
/// </summary> 124
/// <remarks> 125
/// Auto-generated field. 126
/// To modify move field declaration from designer file to code-behind file. 127
/// </remarks> 128
protected global::System.Web.UI.WebControls.TextBox txtDescription; 129
130
/// <summary> 131
/// chkUniversityCenter control. 132
/// </summary> 133
/// <remarks> 134
/// Auto-generated field. 135
/// To modify move field declaration from designer file to code-behind file. 136
/// </remarks> 137
protected global::System.Web.UI.WebControls.CheckBox chkUniversityCenter; 138
139
/// <summary> 140
/// chkDistanceEducation control. 141
/// </summary> 142
/// <remarks> 143
/// Auto-generated field. 144
/// To modify move field declaration from designer file to code-behind file. 145
/// </remarks> 146
protected global::System.Web.UI.WebControls.CheckBox chkDistanceEducation; 147
148
/// <summary> 149
/// chkEngineering control. 150
/// </summary> 151
/// <remarks> 152
/// Auto-generated field. 153
/// To modify move field declaration from designer file to code-behind file. 154
/// </remarks> 155
protected global::System.Web.UI.WebControls.CheckBox chkEngineering; 156
157
/// <summary> 158
/// chkMedical control. 159
/// </summary> 160
/// <remarks> 161
/// Auto-generated field. 162
/// To modify move field declaration from designer file to code-behind file. 163
/// </remarks> 164
protected global::System.Web.UI.WebControls.CheckBox chkMedical; 165
166
/// <summary> 167
/// chkNursing control. 168
/// </summary> 169
/// <remarks> 170
/// Auto-generated field. 171
/// To modify move field declaration from designer file to code-behind file. 172
/// </remarks> 173
protected global::System.Web.UI.WebControls.CheckBox chkNursing; 174
175
/// <summary> 176
/// chkBed control. 177
/// </summary> 178
/// <remarks> 179
/// Auto-generated field. 180
/// To modify move field declaration from designer file to code-behind file. 181
/// </remarks> 182
protected global::System.Web.UI.WebControls.CheckBox chkBed; 183
184
/// <summary> 185
/// chkPolytechnic control. 186
/// </summary> 187
/// <remarks> 188
/// Auto-generated field. 189
/// To modify move field declaration from designer file to code-behind file. 190
/// </remarks> 191
protected global::System.Web.UI.WebControls.CheckBox chkPolytechnic; 192
193
/// <summary> 194
/// chkLaw control. 195
/// </summary> 196
/// <remarks> 197
/// Auto-generated field. 198
/// To modify move field declaration from designer file to code-behind file. 199
/// </remarks> 200
protected global::System.Web.UI.WebControls.CheckBox chkLaw; 201
202
/// <summary> 203
/// chkArtsScience control. 204
/// </summary> 205
/// <remarks> 206
/// Auto-generated field. 207
/// To modify move field declaration from designer file to code-behind file. 208
/// </remarks> 209
protected global::System.Web.UI.WebControls.CheckBox chkArtsScience; 210
211
/// <summary> 212
/// btnSubmit control. 213
/// </summary> 214
/// <remarks> 215
/// Auto-generated field. 216
/// To modify move field declaration from designer file to code-behind file. 217
/// </remarks> 218
protected global::System.Web.UI.WebControls.Button btnSubmit; 219
220
/// <summary> 221
/// btnCancel control. 222
/// </summary> 223
/// <remarks> 224
/// Auto-generated field. 225
/// To modify move field declaration from designer file to code-behind file. 226
/// </remarks> 227
protected global::System.Web.UI.WebControls.Button btnCancel; 228
} 229
} 230






}