Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Radiobutton list in a datagrid ?

Status
Not open for further replies.

Premalm

Programmer
Mar 20, 2002
164
US
Hi Guys,

I am showing a radiobuttonlist control with 3 listitems in a datagrid (Employee, Manager and None).

So the user can select any one out of the above three on the html page.

But for some records I do not want to show the Employee radio button in the same datagrid i.e. it should show only
Manager and None radio button.

How can this be done ? Any ideas ?

Thanks
Premal
 
You will have to code for this in the ItemDataBound event of the grid.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top