Hi,
I have a page that contains a RadAjaxPanel, i am trying to write test code to validate the contents of a list that is async loaded in the ajaxPanel.
Here is the basic structure of my page and UserControls:
default.aspx
ahp.
ahp:ActivitiesTabPanel
UserControl
ahp.
ahp:ActivitiesList
UserControl
So I am trying to find all the HtmlAnchors that are rendered by the
ahp:ActivitiesList
UserControl.
But the
linksInPanel Never contains the elements that are actually displayed.
Here is my test code
Is this a limitation caused by the dynamically loaded markup in the ajaxPanel?
Or am i just not looking for my links in the right way?
Thanks for any help,
Daniel
delofer@aptilon.com