读书人

RadioListBox怎么绑定图片

发布时间: 2011-12-26 23:09:58 作者: rapoo

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
然后绑定

读书人网 >asp.net

热点推荐