A
Andy B
When I do this line of code at the top of a page:
Response.Write(CreateContractWizard.Controls(0).ToString())
I get this line in the page:
System.Web.UI.Wizard+WizardContentTable
What exactly is that? I have to find a round about way of trying to access
the DataList in my <SideBarTemplate> and don't know how to do it. I figured
I could just go through the controls collection, but that isn't working
either. Any ideas?
Response.Write(CreateContractWizard.Controls(0).ToString())
I get this line in the page:
System.Web.UI.Wizard+WizardContentTable
What exactly is that? I have to find a round about way of trying to access
the DataList in my <SideBarTemplate> and don't know how to do it. I figured
I could just go through the controls collection, but that isn't working
either. Any ideas?