Exemplo n.º 1
0
 private global::System.Web.UI.WebControls.SqlDataSource @__BuildControlSqlDataSourcePerfiles()
 {
     global::System.Web.UI.WebControls.SqlDataSource @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.SqlDataSource();
     this.SqlDataSourcePerfiles = @__ctrl;
     @__ctrl.ID                = "SqlDataSourcePerfiles";
     @__ctrl.SelectCommand     = "select top 10 *, *, * from view_perfiles order by 3, 4, 5, 6, 7";
     @__ctrl.SelectCommandType = global::System.Web.UI.WebControls.SqlDataSourceCommandType.Text;
     @__ctrl.ConnectionString  = global::System.Convert.ToString(System.Web.Compilation.ConnectionStringsExpressionBuilder.GetConnectionString("DACConnectionString"), global::System.Globalization.CultureInfo.CurrentCulture);
     return(@__ctrl);
 }
Exemplo n.º 2
0
 private global::System.Web.UI.WebControls.SqlDataSource @__BuildControlSqlDataSource1() {
     global::System.Web.UI.WebControls.SqlDataSource @__ctrl;
     
     #line 27 "D:\Source\DotNet\ParkingRepairSystemKAO\testchart.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.SqlDataSource();
     
     #line default
     #line hidden
     this.SqlDataSource1 = @__ctrl;
     
     #line 27 "D:\Source\DotNet\ParkingRepairSystemKAO\testchart.aspx"
     @__ctrl.ID = "SqlDataSource1";
     
     #line default
     #line hidden
     
     #line 27 "D:\Source\DotNet\ParkingRepairSystemKAO\testchart.aspx"
     @__ctrl.SelectCommand = "SELECT * FROM [Company]";
     
     #line default
     #line hidden
     @__ctrl.ConnectionString = global::System.Convert.ToString(System.Web.Compilation.ConnectionStringsExpressionBuilder.GetConnectionString("MROSConnectionString"), global::System.Globalization.CultureInfo.CurrentCulture);
     this.@__PageInspector_SetTraceData(new object[] {
                 @__ctrl,
                 null,
                 972,
                 179,
                 false});
     return @__ctrl;
 }
Exemplo n.º 3
0
 private global::System.Web.UI.WebControls.SqlDataSource @__BuildControlSqlDataSource1() {
     global::System.Web.UI.WebControls.SqlDataSource @__ctrl;
     
     #line 77 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\Project_AMDQ.aspx"
     @__ctrl = new global::System.Web.UI.WebControls.SqlDataSource();
     
     #line default
     #line hidden
     this.SqlDataSource1 = @__ctrl;
     @__ctrl.TemplateControl = this;
     
     #line 77 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\Project_AMDQ.aspx"
     @__ctrl.ID = "SqlDataSource1";
     
     #line default
     #line hidden
     
     #line 77 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\Project_AMDQ.aspx"
     @__ctrl.DeleteCommand = "DELETE FROM [ICS_Project] WHERE [ProjectNO] = @ProjectNO";
     
     #line default
     #line hidden
     
     #line 77 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\Project_AMDQ.aspx"
     @__ctrl.InsertCommand = @"INSERT INTO [ICS_Project] ([ProjectID], [ProjectName], [Client], [StartDate], [EndDate], [WarStartDate], [WarEndDate], [UpdateTime], [UpdateUser]) VALUES (@ProjectID, @ProjectName, @Client, @StartDate, @EndDate, @WarStartDate, @WarEndDate, @UpdateTime, @UpdateUser)";
     
     #line default
     #line hidden
     
     #line 77 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\Project_AMDQ.aspx"
     @__ctrl.SelectCommand = "SELECT * FROM [ICS_Project]";
     
     #line default
     #line hidden
     
     #line 77 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\Project_AMDQ.aspx"
     @__ctrl.UpdateCommand = @"UPDATE [ICS_Project] SET [ProjectID] = @ProjectID, [ProjectName] = @ProjectName, [Client] = @Client, [StartDate] = @StartDate, [EndDate] = @EndDate, [WarStartDate] = @WarStartDate, [WarEndDate] = @WarEndDate, [UpdateTime] = @UpdateTime, [UpdateUser] = @UpdateUser WHERE [ProjectNO] = @ProjectNO";
     
     #line default
     #line hidden
     
     #line 77 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\Project_AMDQ.aspx"
     this.@__BuildControl__control28(@__ctrl.DeleteParameters);
     
     #line default
     #line hidden
     
     #line 77 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\Project_AMDQ.aspx"
     this.@__BuildControl__control30(@__ctrl.InsertParameters);
     
     #line default
     #line hidden
     
     #line 77 "D:\Source\DotNet\ParkingRepairSystemKAO\MIS\Project_AMDQ.aspx"
     this.@__BuildControl__control40(@__ctrl.UpdateParameters);
     
     #line default
     #line hidden
     @__ctrl.ConnectionString = global::System.Convert.ToString(System.Web.Compilation.ConnectionStringsExpressionBuilder.GetConnectionString("MROSConnectionString"), global::System.Globalization.CultureInfo.CurrentCulture);
     return @__ctrl;
 }