Posted 01 Nov 2011 Link to this post
Posted 02 Nov 2011 Link to this post
protected
void
Page_Load(
object
sender, EventArgs e)
{
RadToolBarButton item =(RadToolBarButton)RadToolBar1.FindItemByText(
"First"
);
item.Checked =
true
;
}
Posted 07 Nov 2011 Link to this post