I have radiobuttonlist with 3 listItem, i need to give the table format to radiobuttonlist means it looks like table with row, how can i give, Any idea?
My code:-
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ajay GautamPosted Aug 23, 2010, 1:53 PM
SharrangasPosted Aug 23, 2010, 10:17 AM
Give a RepeatDirection="Horizontal" for the Radiobuttonlist.
As default rationbuttonlist generate each listitem as
Sharmila