Hi, I've just began "using" AJAXTC, and since early this morning, I just can't manage to make something.
I followed every dummy tutorials, created a new asp.net website, (I'm in 3.5 fw), added an uodatepanel with all properties right, added references to AjaxControlToolkit.dll, added a ScriptManager, added a ToolkitScriptManager, and even, I still can't get
this arrow flag for adding extenders to a Textbox appearing...
I checked, I'm using AJAXToolkit 3.5, please, somebody tell me what I didn't do right...
G3off
Member
142 Points
65 Posts
Getting started with AJAXCT - no arrow flag for extenders?
Sep 01, 2010 10:36 AM|LINK
Hi, I've just began "using" AJAXTC, and since early this morning, I just can't manage to make something.
I followed every dummy tutorials, created a new asp.net website, (I'm in 3.5 fw), added an uodatepanel with all properties right, added references to AjaxControlToolkit.dll, added a ScriptManager, added a ToolkitScriptManager, and even, I still can't get this arrow flag for adding extenders to a Textbox appearing...
I checked, I'm using AJAXToolkit 3.5, please, somebody tell me what I didn't do right...
Thanks alot
extenders
G3off
Member
142 Points
65 Posts
Re: Getting started with AJAXCT - no arrow flag for extenders?
Sep 01, 2010 12:21 PM|LINK
I'm running VS2008 pro edition, and the only way I can make the extenders work is adding manually :
<asp:TextBoxWatermarkExtender ID="TextBox1_TextBoxWatermarkExtender" runat="server" Enabled="True" TargetControlID="TextBox1" WatermarkText="Type Your Search Here"> </asp:TextBoxWatermarkExtender>And the the flag appears in the top right corner of my Textbox.
Do I really have to type manually for all of my controls? Why VS can't just make it appear in the first place...
RichardY
Star
8376 Points
1573 Posts
Re: Getting started with AJAXCT - no arrow flag for extenders?
Sep 01, 2010 12:44 PM|LINK
This is usually a version conflict issue. See if this helps:
http://forums.asp.net/p/1494596/3527835.aspx
G3off
Member
142 Points
65 Posts
Re: Getting started with AJAXCT - no arrow flag for extenders?
Sep 01, 2010 12:56 PM|LINK
Jesus thanks a lot, I spent an hour looking for compatibility issues with latest version of AJAXCT but found nothing like.
Works fine with previous version :)
yours sincerely