forum

Home / DeveloperSection / Forums / Finding control on aspx

Finding control on aspx

Anonymous User162726-Aug-2014

I have a aspx page which has a few radcomboboxes; radTerm and radOldYear.

aspx also has a radgrid which is updatable by a WebUserControl ascx. This Web user control has a few radcomboboxes, radName and radNewyr.

In the .ascx.cs, i want to be able to find the comoboxes which are on the promote.aspx. Tried using:

RadComboBox tl = (RadComboBox)this.Page.FindControl("radTerm");

Someone please help me find the controls on the main page. i am calling them through the webuser control that i load in the radgrid.


Updated on 26-Aug-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By