how can we find the control which is placed into the gridview?by the help of ::
how can we find the control which is placed into the gridview?by the help of ::
Select Answer:
FindControl[“controlId”];
FindControl(controlTextField”);
FindControl[“controltextValue”];
FindControl(“controlId”);
|