I need to find a RadButton
in Radtreelist
, how to do this?
ContentPlaceHolder contentPage = Page.Master.FindControl("ContentPlaceHolder2") as
ContentPlaceHolder;
RadButton radbutton1 = (RadButton)contentPage.FindControl("RadButton1");
I need to find a RadButton
in Radtreelist
, how to do this?
ContentPlaceHolder contentPage = Page.Master.FindControl("ContentPlaceHolder2") as
ContentPlaceHolder;
RadButton radbutton1 = (RadButton)contentPage.FindControl("RadButton1");