hi team i have visual web developer 2008 i installed the AjaxControlToolkit.Binary.NET35 from
http://ajaxcontroltoolkit.codeplex.com/releases/view/94873
i was able to installed but when i add them
then i have this
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %><%@ 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>Untitled Page</title></head><body><form id="form1" runat="server"><div><br /><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><br /></div><asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager></form></body></html>
and i cant add the add extender in the textbox in wont appear in the properties of the textbox, the only way is by adding it manually from the code
anny suggestions?
it was working before but not now :(