I recently added the AJAX Toolkit to the ToolBox. I added a TabContainer in the code and ran the code. I get the error: AjaxControlToolkit.Properties.Resources.NET4.resources
In addition VS 2010 is asking for ScriptObjectBuilder.cs file, which is not in the ToolKit folder. Am I missing something here or is there something wrong with my configuration? I did the process outline on the website from CodePlex
I would like to add tabs to my page with dynamic calculations.
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:TabContainer ID="TabContainer1" runat="server">
</asp:TabContainer>
</div>
</form>
</body>
</html>
Put a ToolkitScriptManager in there: