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

Script Manager isnt a known element

$
0
0

Hi Guys, hoping that you can help me.

Trying to build a simple web app that will take input xml from a textbox and then use an ajax call to send the xml off.

I need to include a Scriptmanager in the code, but whenever I try to build it I get a build error saying that "Scriptmanager isn't a known element"

I have tried:

cleaning the application

reinstalling .net

reinstalling VS

reinstalling the ajax toolkit

here's my code:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" validateRequest="false"%><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="utf-8" /><title>End to end</title><link rel="stylesheet" type="text/css" href="StyleSheet.css"/><script type="text/javascript" src="JavaScript2.js"></script><script src="jquery-3.1.1.js"></script></head><body onload="startup()"><div id="header"><p>End to End</p></div><div id="center"><form name="frmMain" method="post" onsubmit="cmdButtonSend()"><input name="CallerId" type="hidden" value="EndToEnd"/><input name="WorkingStateXML" id="WorkingStateXML" type="hidden" value=""/><input name="SubmitMethod" type="hidden" value=""/><input name="StartTime" type="hidden" value=""/></form><button onclick="cmdButtonSend();" type="button" >Call Component Engine</button><br/><br/>
            Time Out in Seconds &nbsp; <input name="txtTimeOut" type="text" maxlength="2"  value="20"/><br/><br/>
            Handle CE Retry Request Messages Automatically &nbsp; <input name="chkHandleCE" type="checkbox" /><br/><br/><form id="textbox" runat="server"><asp:ScriptManager ID="ScriptManager1" runat="server" ></asp:ScriptManager><asp:TextBox style="height:400px; width:400px; background-color:#d9f38b;" id="TextInput" runat="server" TextMode="MultiLine" Wrap="false" ></asp:TextBox></form></div></body></html>

Hopefully you can help me out because this is really annoying me now.


Viewing all articles
Browse latest Browse all 5678

Trending Articles



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