您当前的位置: 首页 >  .net

[Asp.Net]asp.net后台获取前台html控件的值的方法

发布时间:2011-04-16 14:27:00 ,浏览量:0

asp.net后台获取前台html控件的值的方法 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -protected void Button1_Click(object sender, EventArgs e)     {         System.Collections.Specialized.NameValueCollection nc = new System.Collections.Specialized.NameValueCollection   (Request.Form);         Response.Write(nc.GetValues("txtname")[0].ToString());     } 此方法只能对等类型的控件数据进行获取,对于select控件,如果value和text不一样,只能获取value。
关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    104724博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0630s