Tagged Questions
0
votes
1answer
407 views
AsyncFileUpload inside ModalPopupExtender inside TabContainer
I have a TabContainer in which each tab have a ModalPopupExtender. Inside each ModalPopupExtender I've defined an AsyncFileUpload.
My aim is that, when the file has uploaded/failed, it shows a label ...
0
votes
0answers
243 views
AJAX TabContainer File Download Pops JScript Error
Ok...
I have a master page a content page. The master page contains the toolkitscriptmanager. Now I hace inside my content page a tabcontainer with server tabs all of which work except for one. Now ...
0
votes
4answers
2k views
Response.Redirect, keep tabcontainer on active tab
My VB.net tabcontainer needs to stay on the active tab when I have each submit going through the response.redirect.
How can I achieve this? I need that response.redirect there because it will show ...
1
vote
2answers
2k views
How to open a form in a determined tab? vb .net
I have a form with a tabcontrol and 4 tabs. I want to open a form with showdialog in a predetermined tab.
I've tried
OptionsForm.OPTS_TabControl1.SelectTab(1)
...