Horizontal list box in ASP.NET
Hi all,
I have a web application in asp.net 2.0 and its survey application where use will give answer to the question on scale of 1 to 10.
We want to display scale like 1 2 3 4 5 6 7 8 9 10 .
When user will click on number then that number will be selected and also need to display it as selected and according to the selected number the value will be saved in the database. During post back the selected value should not change.
I am finding is there any free horizontal list box control for asp.net 2.0 ??
OR
Is there any other way to implement this
Please help.... me...
Thanks
Prasad