Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

MSVS2012: Can't make AjaxTookit tookit working

$
0
0

Hello

I'm trying to make a demo project to see how the controls from the toolkit works. But whewn I'm launching the website from MSVS 2012 there is no toolkit controls. 

What I have:

1. Downloaded Ajax Toolkit for .NET 4.5

2. Create simple Azure application with one WebRole.

3. Added reference to AjaxControlsToolkit.dll there

4. Created the page with following code

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebRole1.WebForm1" %><%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxtoolkit" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><title></title></head><body><form id="form1" runat="server"><div><ajaxtoolkit:ToolkitScriptManager ID="tsm1" runat="server" /><asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" /><ajaxtoolkit:HtmlEditorExtender ID="HtmlEditorExtender1"
			TargetControlID="TextBox1" DisplaySourceTab="true"
			runat="server" ></ajaxToolkit:HtmlEditorExtender></div></form></body></html>

5. Sanitizerrelated stuff is also added in web.config

But when I'm launching the app and opening the page I don't see HTML extander there - only regular text field.

Any ideas - what can it be and how to make it working?


Viewing all articles
Browse latest Browse all 5678

Trending Articles