I have a web form with a GridView and a User Control. Such a web form depends on a MasterPage. How can I find the GridView from the User Control? I tried Page.FindControl("grdGridView"); but I get a null value.
Respectfully,
Jorge Maldonado
Go to the complete details ...