Hallo,
here is a very simple example with SelectedIndexChanged="Async". Just update Button-Text on TabChange.
Function "wtMain_SelectedIndexChanged" run without errors, but i can't see any changes :(
Hi pobo001,
Please do not hesitate to contact me if you have any further questions regarding this scenario.
Hello pobo001,
Thank you for posting in the community.
When the autopostback flag of the WebTab is set to Async, only the tab control itself is being updated. If you want to make changes to the contained controls I suggest that you set the selectionchanged postback flag to "On" and perhaps wrap the tab control in an UpdatePanel to continue making AJAX calls to the server.
Please let me know if this helps.