hi friends,
I Want to display item list horizontal in repeater control. I have two radio buttons (Brief and Detail Radio button).
First time page loading, displayed job title and location item list only. while clicks the Detail radio button its shows job title, location and along with description list. And Clicks the Brief radio button its shows only job title & location, hide the description list in repeater control. Like i want to do vice versa, how to do.
Please help me,
Thanks in advance
Loading
CrishPosted Jun 21, 2010, 7:25 AM
use Repeater control's item data bound event for your solution.
call javascript function on change of radio button event. use onchange event of radio button in java script and show hide the data.
thanks
tekkPosted Jun 21, 2010, 8:43 AM