this will add a radiobutton to a grid. put this code in your itemdatabound event handler
if(e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem)
--
Regards,
Alvin Bruney
Got tidbits? Get it here... http://tinyurl.com/3he3b
I want to know that how to add button control at each row of the records in datagrid