Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Created Issue: Not Compatible with IIS 8 [27358]

$
0
0
Just let me know what else to try to prove this false.

Steps:
Built fresh ASP form apps using VS 2012 Express for Web.
Added the toolkit using NuGet.
Created an AJAX toolbox tab and browsed to the toolkit dll to add the controls.
Added the following to the asp:Content section:
```
<ajaxToolkit:TabContainer ID="tc1" runat="server" ActiveTabIndex="0">
<ajaxToolkit:TabPanel ID="TP1" runat="server">
<HeaderTemplate>
Test 1
</HeaderTemplate>
<ContentTemplate>
content 1
</ContentTemplate>

</ajaxToolkit:TabPanel>
<ajaxToolkit:TabPanel ID="TP2" runat="server">
<HeaderTemplate>
Test 2
</HeaderTemplate>
<ContentTemplate>
content 2
</ContentTemplate>

</ajaxToolkit:TabPanel>
</ajaxToolkit:TabContainer>
```
Ran locally and the tab control was present and working.
Uploaded to site.
The tab control was not showing with the busy cursor present.
Thanks,
Alan

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>