日期:2014-05-19  浏览次数:20437 次

RadioListBox如何绑定图片
数据库用的sql2000
VS2005
表:
create   table   face
(
id   int   not   null   primary   key   identity(1,1),
imgUrl   nvarchar(50)   not   null
)

问题:用RadioListBox绑定这表   显示出来的为imgUrl对应的图片   而不是里边的字段  
注册后的第一个问题   谢谢

------解决方案--------------------
RadioListBox
还是
RadioButtonList阿??
昏..
查询语句:
select id, ' <img src= " '+imgUrl+ ' " /> ' from face
然后绑定