Tagged Questions
1
vote
1answer
2k views
< ajaxToolkit:TabPanel - would like to set “focus” on a different tab
i have a < ajaxToolkit:TabPanel
initially when the page loads, the first tab is "open" ("focused on")
can i do something (preferably server side) so my second tab would be the "default" selected ...
0
votes
1answer
87 views
TabPanel header text is blue
I just updated from ASP.NET Ajax 1.0 to 4, and now the HeaderText in all my TabPanels is blue. I tried setting the ForeColor and the Color properties, but no luck.
How do I change my HeaderText back ...
0
votes
1answer
168 views
Ajax TabPanels trigger validation for other tabs in ASP.Net 4.0
I have Ajax TabPanel with Tab "Employee List" "Add Employee" "Edit Employee"
On Employee List Tab i use gridview to display list of employee along with link Button to view details of employee on same ...
0
votes
0answers
109 views
puzzled with ASP.NET update panel and tabPanel and postback
I'm having a custom css-driven tabPanel in an Ajax enabled ASP.NET page.
In the page_load event I have the "if not isPostBack" that is needed for ajax to work and it works, but...
Not for the ...
0
votes
1answer
514 views
Calling Javascript on Client click event of Ajax tab panel
I want to perform some check after OnClientClick event of Tab Panel in a Javascript function. If my conditions return true I want to allow tab change otherwise want to restrict user on same tab ...
0
votes
1answer
163 views
How to open a popup window when click on AjaxTabpanel in asp.net
I have web application in that i have a ajaxTabedinterface,I want open the pop-window when i click on tab-panel for this i have create java script function and i call this function in tab-panel ...
0
votes
2answers
467 views
Disable clicking on tabPanel in TabContainer
I want to disable to user clicking and going from one tabPanel to another. Like here http://www.eldan.co.il/en/ user can't select another step. I tried something like this
if (Tabs.ActiveTabIndex ...
0
votes
0answers
295 views
Ajax Tab Panel visible false on page load
I m having a 5 to 6 tab panel which are shown as per conditions on page load.
My tab panel contains internal update panel between it content header. that contains other controls like gridview .
I m ...
0
votes
1answer
455 views
Strange Problem with asp.net … tabpanel/Gridview moving out of table area
I am facing a strange issue with my project ... when page is rendering my tabpanel/gridview is moving out of table area. To brief: I have declared a tabpanel inside table like
<table id="table1" ...
0
votes
1answer
220 views
Problem with Ajax Tabpanel selection
I have a 2 tabpanels in my tabcontainer and both the panel has their own header text.
I have put the tabcontainer inside a table.
Above the table (OR tabcontainer) I have a label and what I am trying ...
0
votes
1answer
679 views
asp.net, enable/disable tabpanel
Why isn't this working?
<ajaxToolkit:TabPanel Enabled='<%# User.IsInRole("admin") %>'...
While this works:
<asp:TextBox Enabled='<%# User.IsInRole("admin") %>'...
0
votes
1answer
686 views
Ajax ToolKit Tabpanel Error
I´m working with visual studio 2005 and ajaxtoolkit 2.0 .
I´m using ajaxtoolkit Tabpanel control in a webpage. I have one Tab for adding data, and i built dymanically other Tabs for loading data (DB) ...