Home All Groups Group Topic Archive Search About

How to access the web user control's child control?

Author
10 Nov 2005 8:14 AM
ABC
How should I do to access the web user control's child control from web
page?

Web Page --> User Web Control --> Text Controls, Combo Controls, etc.....

Author
10 Nov 2005 3:02 PM
Wizzy
Hi,

You can use the FindControl method to find control inside a web control such
as a datagrid.

item.FindControl("<id>");

HTH

Wizzy

Show quoteHide quote
"ABC" wrote:

> How should I do to access the web user control's child control from web
> page?
>
> Web Page --> User Web Control --> Text Controls, Combo Controls, etc.....
>
>
>