阅读背景:

根据存储过程中的非布尔值,在gridview中检查复选框

来源:互联网 

I am trying to check checkboxes on certain rows of a gridview based off of a selection from a dropdown. I have a gridview where the first column is a checkbox (cb_pain), and the second column is an ID (DrugID). The user makes a selection from the dropdown list, this fires a stored procedure. The stored procedure returns all of the DrugID's that need to be checked. I'm able to pull the DrugID from the data like this: dt.Rows(0)("pain1").ToString() That tells me DrugID for a row that needs to be checked.I am trying to check checkboxes on certain rows




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: