DropDownList和数据库绑定实例.doc

  1. 1、本文档共8页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
DropDownList和数据库绑定实例

DropDownList和数据库绑定实例 收藏 1 数据库表格--数据库 图片分类 typeid subtypeid typename 图片信息 picid subtypeid picname filename serverfile mimetype 编号 类别 图片名 文件名 文件路径 文件类型 说明; 两个表格使用subtypeid关联 2 程序前台 HTML HEAD titlepic/title meta content=Microsoft Visual Studio .NET 7.1 name=GENERATOR meta content=C# name=CODE_LANGUAGE meta content=JavaScript name=vs_defaultClientScript meta content=/intellisense/ie5 name=vs_targetSchema /HEAD body MS_POSITIONING=GridLayout form id=Form1 method=post runat=server asp:label id=Label1 runat=serverWidth=72pxsubtypeid/asp:label INPUT id=File1 type=filename=File1 runat=server asp:textbox id=TextBox1 runat=server/asp:textbox asp:label id=Label2 runat=server照片名/asp:label asp:button id=Button1 runat=serverText=insert/asp:button asp:textbox id=TextBox2 runat=server/asp:textbox asp:Label id=Lbl_typenamerunat=server Width=256px/asp:Label asp:dropdownlist id=DropDownList1 runat=server AutoPostBack=True /asp:dropdownlist asp:Label id=Label3 runat=serverkeyid/asp:Label /form /body /HTML 3 程序后台: using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace house.map { /// summary /// pic 的摘要说明。 /// /summary public class pic : System.Web.UI.Page { protected System.Web.UI.WebControls.DropDownList DropDownList1; protected System.Web.UI.WebControls.Label Label1; protected System.Web.UI.WebControls.TextBox TextBox1; protected System.Web.UI.WebControls.Button Button1; protected System.Web.UI.WebControls.Label Label2; protected System.Web.UI.WebControls.TextBox TextBox2; protected System.Web.UI.HtmlControls.HtmlInputFile File1; private string connstr=System.Configuration.ConfigurationSettings.AppSettings[mapConnstring];

您可能关注的文档

文档评论(0)

zhuwenmeijiale + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:7065136142000003

1亿VIP精品文档

相关文档