|
等 级:资深长老 |
经 验 值:2352 |
魅 力 值:513 |
龙 币:8453 |
积 分:3733.2 |
注册日期:2004-03-23 |
|
|
|
.net新手吧,其实datagrid功能及其强劲,请看
在该窗口的代码里创建一个函数,用于判断参数,返回期望的值:
如
public bool DwYxbj(string yxbj)
{
if (yxbj=="1")
{
return true;
}
else
{
return false;
}
}
然后在datagrid中创建一模板列<ItemTemplate>,设置,加入CheckBox控件,在代码中设置如下:
<asp:CheckBox id="CheckBox1" Width="20" Runat="server" Checked='<%# DwYxbj((string)DataBinder.Eval(Container.DataItem,"YXBJ"))%>' > (此文由无怨无悔在2005-09-19 14:16:25编辑过)
|
|
-- 欢迎灌水
|
|
|