Users Pricing

forum

Home Forums Finding control on aspx – MindStick

Finding control on aspx

Anonymous User 1929 26 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.


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md