Hello,
I'm using RadDataPager inside a RadListView. It looks something like this:
Is it possible to access the RadDataPager from the code-behind file?
In particular, I want to change its Visible attribute at runtime.
I tried RadListView1.FindControl("RadDataPager1"), but it returns null.
Thanks in advance.
I'm using RadDataPager inside a RadListView. It looks something like this:
<RadListView id="RadListView1" ...> |
<LayoutTemplate> |
<RadDataPager id="RadDataPager1" ...> |
Is it possible to access the RadDataPager from the code-behind file?
In particular, I want to change its Visible attribute at runtime.
I tried RadListView1.FindControl("RadDataPager1"), but it returns null.
Thanks in advance.