Unable to Access the Dynamic control
Posted
by Avi
on Stack Overflow
See other posts from Stack Overflow
or by Avi
Published on 2009-11-20T05:52:50Z
Indexed on
2010/06/17
5:03 UTC
Read the original article
Hit count: 170
Hello,
I have created Views for Multiview dynamically . In the view control I have a Gridview control which has a checkbox control. I have a button in the main aspx page on click of which it will check(if checked or not) for all the checkbox and fetch the corresponding row from the gridview. The view is for tabbed menu. In each tab the the gridview populates the data in the runtime. Have defined the dynamic control in Page_PreInit. I'm not able to access the checkbox . How would I achieve this .
Thanks
© Stack Overflow or respective owner