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

正文內容

網(wǎng)站設計與開發(fā)數(shù)據(jù)庫課程設計-其他專業(yè)(完整版)

2025-03-08 02:50上一頁面

下一頁面
  

【正文】 orm id=form1 runat=server div /div /form /body /html 1 新建文件,取名為 。 3 在菜單欄中單擊“布局”,選擇“插入表”,設置為兩行兩列,單擊“確定”。合并第一行,輸入“歡迎使用學生成績管理系統(tǒng)”。 3 從工具箱中拖入“ GridView”到“ DropDownList”下方,如第 2 點所述完成配置數(shù)據(jù)源選項卡之前的操作。最后單擊“完成”。然后在當前選項卡中選中“ *”復選框,單擊“ where”,選擇“列”為“學號”,運算符為“ =”,源為“ Session”,會話字段中輸入“ UserID” ,依此 單擊“添加”,“確定”,“完成”。然后在當前選項卡中選中“ *”復選框,單擊“ where”,選擇“列”為“學號”,運算符為“ =”,源為“ control”,控件 ID 為“ GridView1”,依此單擊“添加”,“確定”, 16 “完成”。 最終效果如下圖: 13 七 文件 設計 源代碼為: % Page Language=VB MasterPageFile=~/ Title=Untitled Page % script runat=server Protected Sub DetailsView1_ItemUpdated(ByVal sender As Object, ByVal e As ) () End Sub /script asp:Content ID=Content1 ContentPlaceHolderID=ContentPlaceHolder1 Runat=Server asp:GridView ID=GridView1 runat=server AllowPaging=True AutoGenerateColumns=False DataKeyNames=學號 DataSourceID=SqlDataSource1 PageSize=5 Columns asp:CommandField ShowSelectButton=True / asp:BoundField 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=計算機 / /Columns /asp:GridView asp:SqlDataSource ID=SqlDataSource1 runat=server ConnectionString=%$ ConnectionStrings:WebDBStudentsConnectionString14 % SelectCommand=SELECT * FROM [Exam]/asp:SqlDataSource br / 14 br / asp:DetailsView ID=DetailsView1 runat=server AutoGenerateRows=False DataKeyNames=學號 DataSourceID=SqlDataSource2 Height=50px Width=125px OnItemUpdated=DetailsView1_ItemUpdated Fields asp:BoundField 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=S
點擊復制文檔內容
黨政相關相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1