首页 新闻 会员 周边

工作中的问题

0
[已关闭问题] 解决于 2015-01-11 19:01

大家帮我分析一下:列表页加上 if (!string.IsNullOrEmpty(txtLineName.Text.Trim()))
        {
            queryBuilder.AddFilter(TC_RouteInfo.TC_ROUTE_TABLE, TC_RouteInfo.LINENAME_FIELD, "like", txtLineName.Text.Trim());
        }。。。。就实现了页面控制,怎么回事?
还有 dropdownlist的绑定项,加到字典里,使用 BindDropDownList(ddlstAccordingSpan, "AccordingSpan");就绑定完了,怎么回事?给我解答一下!

 

 

 

转到定义 public void AddFilter(string tableName, string filterName, string filterOperator, int filterValue);都是这些东西,
 protected void BindDropDownList(DropDownList dropDownList, string dictionaryCode);全是这个!!
在字典项里写字点,

字典项编号名称描述附属字段1附属字段2您可以
AccordingSpan001 小桥       <input class="imageButton" id="gvList_ctl02_btnSetOrderUp" name="gvList$ctl02$btnSetOrderUp" src="../../images/asc.gif" style="border-bottom:0px;border-width:10px;height:10px;border-border-right:0px;" title="上移" type="image" /><input class="imageButton" id="gvList_ctl02_btnSetOrderDown" name="gvList$ctl02$btnSetOrderDown" src="../../images/desc.gif" style="border-bottom:0px;border-width:10px;height:10px;border-border-right:0px;" title="下移" type="image" />
AccordingSpan002 其它      

<input class="imageButton" id="gvList_ctl03_btnSetOrderUp" name="gvList$ctl03$btnSetOrderUp" src="../../images/asc.gif" style="border-bottom:0px;border-left:0px;width:10px;height:10px;border-top:0px;border-right:0px;" title="上移" type="image" /><input class="imageButton" id="gvList_ctl03_btnSetOrderDown" name="gvList$ctl03$btnSetOrderDown" src="../../images/desc.gif" style="border-bottom:0px;border-left:0px;width:10px;height:10px;border-top:0px;border-right:0px;" title="下移" type="image" />

 

在页面加上这句话就出来下来列表了!??  


博学多思的主页 博学多思 | 初学一级 | 园豆:76
提问于:2015-01-08 10:12
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册