I have a tabcontainer where I would like to load a tab on demand. The tab contains a reportviewer and currently renders on load
I am using Visual Studio 2010 (VB) and the January 2013 version of the tool kit.
I have looked at Stephen Walther's introduction to the Ondemand property but was unable to make it work (see below for ref).
http://stephenwalther.com/archive/2011/11/16/ajax-control-toolkit-november-2011-release.aspx
In help forums I have had no success finding answers or approaches using the Ondemand property. Most solutions refer to the use of OnClientTabChanged event to trigger the loading but I would like to use the built in functionality of the Tabcontainer if possible
- Could someone please explain how the Walther example works (ie how does it know to process loading the tab)
- How would I apply this logic to loading a reportviewer on demand
Thankyou