freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

網站設計與開發(fā)數(shù)據庫課程設計-其他專業(yè)-文庫吧資料

2025-01-27 02:50本頁面
  

【正文】 eld DataField=學號 HeaderText=學號 ReadOnly=True SortExpression=學號 / asp:BoundField DataField=姓名 HeaderText=姓名 SortExpression=姓名 / asp:BoundField DataField=班級 HeaderText=班級 SortExpression=班級 / asp:BoundField DataField=語文 HeaderText=語文 SortExpression=語 文 / asp:BoundField DataField=數(shù)學 HeaderText=數(shù)學 SortExpression=數(shù)學 / asp:BoundField DataField=英語 HeaderText=英語 SortExpression=英語 / asp:BoundField DataField=計算機 HeaderText=計算機 SortExpression=計算機 / asp:CommandField ShowDeleteButton=True ShowEditButton=True ShowInsertButton=True / /Fields /asp:DetailsView asp:SqlDataSource ID=SqlDataSource2 runat=server ConnectionString=%$ ConnectionStrings:WebDBStudentsConnectionString16 % DeleteCommand=DELETE FROM [Exam] WHERE [學號 ] = 學號 InsertCommand=INSERT INTO [Exam] ([學號 ], [姓名 ], [班級 ], [語文 ], [數(shù)學 ], [英語 ], [計算機 ]) VALUES (學號 , 姓名 , 班級 , 語文 , 數(shù)學 , 英語 , 計算機 ) SelectCommand=SELECT * FROM [Exam] WHERE ([學號 ] = 學號 ) UpdateCommand=UPDATE [Exam] SET [姓名 ] = 姓名 , [班級 ] = 班級 , [語文 ] = 語文 , [數(shù)學 ] = 數(shù)學 , [英語 ] = 英語 , [計算機 ] = 計算機 WHERE [學號 ] = 學號 DeleteParameters asp:Parameter Name=學號 Type=String / /DeleteParameters UpdateParameters asp:Parameter Name=姓名 Type=String / asp:Parameter Name=班級 Type=String / asp:Parameter Name=語文 Type=Int32 / asp:Parameter Name=數(shù)學 Type=Int32 / asp:Parameter Name=英語 Type=Int32 / 15 asp:Parameter Name=計算機 Type=Int32 / asp:Parameter Name=學號 Type=String / /UpdateParameters SelectParameters asp:ControlParameter ControlID=GridView1 Name=學號 PropertyName=SelectedValue Type=String / /SelectParameters InsertParameters asp:Parameter Name=學號 Type=String / asp:Parameter Name=姓名 Type=String / asp:Parameter Name=班級 Type=String / asp:Parameter Name=語文 Type=Int32 / asp:Parameter Name=數(shù)學 Type=Int32 / asp:Parameter Name=英語 Type=Int32 / asp:Parameter Name=計算機 Type=Int32 / /InsertParameters /asp:SqlDataSource /asp:Content 1 新建文件,取名為 ,選中“選擇母版頁”,文件夾內容為“ ”。 3 從工具箱中拖入“ GridView”到“ DropDownList”下方,如第 2 點所述完成配置數(shù)據源選項卡之前的操作。在配置數(shù)據源選項卡中選中“班級”和“只返回唯一行”復選框。 最終效果如下圖: 11 六 文件 設計 源代碼為: % Page Language=VB MasterPageFile=~/ Title=Untitled Page % asp:Content ID=Content1 ContentPlaceHolderID=ContentPlaceHolder1 Runat=Server 班級: asp:DropDownList ID=DropDownList1 runat=server AutoPostBack=True DataSourceID=SqlDataSource1 DataTextField=班級 DataValueField=班級 /asp:DropDownListasp:SqlDataSource ID=SqlDataSource1 runat=server ConnectionString=%$ ConnectionStrings:WebDBStudentsConnectionString12 % SelectCommand=SELECT DISTINCT [班級 ] FROM [Exam]/asp:SqlDataSource br / asp:GridView ID=GridView1 runat=server DataSourceID=SqlDataSource2 /asp:GridView asp:SqlDataSource ID=SqlDataSource2 runat=server ConnectionString=%$ ConnectionStrings:WebDBStudentsConnectionString13 % SelectCommand=SELECT * FROM [Exam] WHERE ([班級 ] = 班級 ) SelectParameters
點擊復制文檔內容
黨政相關相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1