asp.net - Strange error using Editor control from ajax control toolkit -


When trying to use editor control, I get the following error:

  value The name of the parameter can not be empty or empty: elementID   

This is my html:

  & lt;% @ register assembly = "Ajax controlToolkit" namespace = "Ajax controlToolkit.HTMLMeter" tagprix = "CC1"% & Gt; & Lt ;; DOCTYPE HTML PUBLIC "- // W3C // DTT XHTML 1.0 Transcription // N" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> & Lt; Html xmlns = "http://www.w3.org/1999/xhtml" & gt; & Lt; Head runat = "server" & gt; & Lt; Title & gt; & Lt; / Title & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Form id = "form1" runat = "server" & gt; & Lt; Asp: ScriptManager id = "ScriptManager1" runat = "server" & gt; & Lt; / ASP: ScriptManager & gt; & Lt; Div & gt; & Lt; Cc1: Editor id = "Editor1" runat = "server" /> & Lt; / Div & gt; & Lt; / Form & gt; & Lt; / Body & gt; & Lt; / Html & gt;   

I am using ASP.NET 4 with the AJAX control toolkit for the 4th edition.

I believe the error is talking to me about routing. Do I have to do something special if I want to use toolkit and custom routing?

The issue was that I was telling the framework to rewrite my control ID Web. The client ID mode I had in the config was set to stable rather than predictions.

Comments