为什么checkboxlist的value值在我的程序里搜不到啊

问题描述

我的代码写得没有问题,放在新建的WebForm页里运行都很正常,能正确的找到选中的VALUE值.但是放在我们美工做好的页面,加在ASPX页里就是找不到这个值,为什么啊.请大家帮助,问题解决,马上给分

解决方案

解决方案二:
大家帮谁遇到过这种情况,请说出意见让我参考一下.
解决方案三:
大家顶啊
解决方案四:
CheckBox1.Checked没有值?
解决方案五:
代码没问题怎么会得不到值??慢慢调试吧看看美工都加了什么
解决方案六:
在仔细找找把
解决方案七:
我找了好久了,还是无结果,看看有谁遇到这种问题啊,解决后马上给分
解决方案八:
高手在哪里啊,帮我啊
解决方案九:
少了form?
解决方案十:
加runat="server"了吗?
解决方案十一:
这两个什么都不少,还有更好的办法吗,大家帮忙啊
解决方案十二:
帮我啊,同志们,给你们加分
解决方案十三:
怎么没人顶啊
解决方案十四:
<tableid="CheckBoxList1"border="0"style="border-style:Groove;font-family:Batang;width:340px;"><tr><td><inputid="CheckBoxList1_0"type="checkbox"name="CheckBoxList1$0"checked="checked"/><labelfor="CheckBoxList1_0">佳佳乐</label></td><td><inputid="CheckBoxList1_4"type="checkbox"name="CheckBoxList1$4"/><labelfor="CheckBoxList1_4">德昌</label></td><td><inputid="CheckBoxList1_8"type="checkbox"name="CheckBoxList1$8"/><labelfor="CheckBoxList1_8">东海</label></td><td><inputid="CheckBoxList1_12"type="checkbox"name="CheckBoxList1$12"/><labelfor="CheckBoxList1_12">普三</label></td><td><inputid="CheckBoxList1_16"type="checkbox"name="CheckBoxList1$16"/><labelfor="CheckBoxList1_16">涵合</label></td></tr><tr><td><inputid="CheckBoxList1_1"type="checkbox"name="CheckBoxList1$1"/><labelfor="CheckBoxList1_1">康富食品</label></td><td><inputid="CheckBoxList1_5"type="checkbox"name="CheckBoxList1$5"/><labelfor="CheckBoxList1_5">康堡</label></td><td><inputid="CheckBoxList1_9"type="checkbox"name="CheckBoxList1$9"/><labelfor="CheckBoxList1_9">德级</label></td><td><inputid="CheckBoxList1_13"type="checkbox"name="CheckBoxList1$13"/><labelfor="CheckBoxList1_13">康美</label></td><td><inputid="CheckBoxList1_17"type="checkbox"name="CheckBoxList1$17"/><labelfor="CheckBoxList1_17">宏仁</label></td></tr><tr><td><inputid="CheckBoxList1_2"type="checkbox"name="CheckBoxList1$2"/><labelfor="CheckBoxList1_2">为全</label></td><td><inputid="CheckBoxList1_6"type="checkbox"name="CheckBoxList1$6"/><labelfor="CheckBoxList1_6">金美</label></td><td><inputid="CheckBoxList1_10"type="checkbox"name="CheckBoxList1$10"checked="checked"/><labelfor="CheckBoxList1_10">力锦</label></td><td><inputid="CheckBoxList1_14"type="checkbox"name="CheckBoxList1$14"/><labelfor="CheckBoxList1_14">顺成</label></td><td><inputid="CheckBoxList1_18"type="checkbox"name="CheckBoxList1$18"/><labelfor="CheckBoxList1_18">玉成</label></td></tr><tr><td><inputid="CheckBoxList1_3"type="checkbox"name="CheckBoxList1$3"/><labelfor="CheckBoxList1_3">日正</label></td><td><inputid="CheckBoxList1_7"type="checkbox"name="CheckBoxList1$7"checked="checked"/><labelfor="CheckBoxList1_7">义美</label></td><td><inputid="CheckBoxList1_11"type="checkbox"name="CheckBoxList1$11"/><labelfor="CheckBoxList1_11">成记</label></td><td><inputid="CheckBoxList1_15"type="checkbox"name="CheckBoxList1$15"/><labelfor="CheckBoxList1_15">利利</label></td><td></td></tr></table>你的意思是不是说上面checkboxlist的input为什么没有value属性是吗?
解决方案十五:
打断点,调一下它有什么属性啊~~
解决方案:
DataValueField

时间: 2024-09-19 23:53:51

为什么checkboxlist的value值在我的程序里搜不到啊的相关文章

asp.net 获取repeater中checkBoxlist选中的值

问题描述 checkboxlist是用SqlDataSource绑定的,程序需完成的效果如图:repeater与checkboxlist分开绑定的.在进行选择完成后,提交获取每个checkboxlist中选中的值:checkboxlist长度可能改变.for(inti=0;i<rep_dlist.Items.Count;i++){intdID=Convert.ToInt32(((Label)this.rep_dlist.Items[i].FindControl("lbl_UDepartID

c语言-定义数组的初始值为0,结果在程序里涉及到了除法。

问题描述 定义数组的初始值为0,结果在程序里涉及到了除法. 定义数组的初始值为0,结果在程序里涉及到了除法,但是由于有判断,所以不会出现0做除数的问题,可是电脑可能认为我的程序会出现这种问题,然后就说程序错误,不让我执行,应该怎么办 解决方案 电脑怎么判断你除0了的,不应该会让你程序出错的 解决方案二: 不会,这是运行时错误,编译时不会判断的 解决方案三: 你用的什么编译器?一些编译器可能有编译期间的检查,你直接写 1/ 0作为表达式,因为编译器会在编译的时候试图替换成常量,因此会报错. 解决方

Extjs如何获取后台方法返回的值然后前台接收值再把此值放入action url里进行load加载

问题描述 Extjs如何获取后台方法返回的值然后前台接收值再把此值放入action url里进行load加载 前台://把上传的 文件发送到相应Action function upload(){ var tml = document.getElementById(""fileId""); if(tml.value == ''){ Ext.MessageBox.alert('提示''请选择需要上传文件'); return; } Ext.Ajax.request({ u

急!!!asp.net2003 父窗体和子窗体之间如何传递checkboxlist的item值

问题描述 本人接触web开发时间很短,目前有这么一个任务:父窗体中有个按钮和checkboxlist_main,按钮跳转到子窗体中:子窗体中有个返回按钮,datagrid,checkboxlist_main:通过datagrid选中后,子窗体的checkboxlist_sub发生变化,再按返回键,返回到主页面,并且主页面中的checkboxlist的值同步checkboxlist_sub 解决方案 解决方案二:页面间传值1.url传值2.放到session里3.实体类解决方案三:页面间传值1.u

ASP.NET服务器端控件RadioButtonList,DropDownList,CheckBoxList的取值、赋值用法_实用技巧

这三个控件都有一个Items集合,可以用 RepeatLayout 和 RepeatDirection 属性来控制列表的呈现形式.如果 RepeatLayout 的值为 Table,那么将在表中呈现列表.如果设置成 Flow,那么将在没有任何表结构的情况下呈现列表.默认情况下,RepeatDirection 的值为 Vertical.将此属性设置成 Horizontal 将会使列表水平呈现. RadioButtonList:控件提供已选中一个选项的单项选择列表(数据源单选).与其他列表控件相似,

如何将checkboxlist选中的值逐个写入数据库

问题描述 如题 解决方案 解决方案二:for(inti=0;i<CheckBoxList1.Items.Count;i++){if(CheckBoxList.Items[i].Checked)//插入数据库}解决方案三:引用1楼ojlovecd的回复: for(inti=0;i<CheckBoxList1.Items.Count;i++){if(CheckBoxList.Items[i].Checked)//拼写插入语句}//执行语句,如果是只插一个字段的话.也可以将这个//拼写插入语句变成参

我想往表S里,字段BB插入新值 条件是字段AA里的值等于某变量

问题描述 INSERT INTO S(BB) VALUES('asdfasdf') WHERE AA=某变量;这样写对不对 我用的MY SQL 解决方案 当然不对,插入说明没有值,而你用where说明已经有一条记录了.所以应该用UPDATE S SET BB='asdfasdf'WHERE AA=某变量

根据textbox1里的值搜索,在datalist里分页显示

问题描述 在datelist中数据分页显示我已经做好了,就是页面里有个ImageButton是搜索,点击ImageButton,根据textbox1里的值搜索在数据表中local,zujin,housetype,area这四个字段进行搜索,在datalist1里显示 解决方案 解决方案二:搜索文本框内容.分页显示数据示例//查询文本框内容设置<asp:TextBoxID="txtKeys"runat="server"Width="80px"

《数据结构与算法:Python语言描述》一1.4数据结构

1.4数据结构 从程序输入和输出的角度看,用计算机解决问题,可以看作实现某种信息表示形式的转换.如图1.5所示,把以一种形式表示的信息(输入)送给程序,通过在计算机上运行程序,产生出以另一种形式表示的信息(输出).如果: 具体的"信息表示A"表达了需要求解的某个问题的实例. 得到的"信息表示B"表达了与这个实例对应的求解结果. 那么就可以认为,这个程序完成了该问题实例的求解工作. 为了能用计算机处理与问题有关的信息,就必须采用某种方式表示它,并将相应表示送入计算机.