Hi Guys,
I am using VS2008 Pro and the problem is the following.
I need to add eg.
<asp:ScriptManager ID="ScriptManager1" runat="server"/>
<ajaxToolkit:FilteredTextBoxExtender ID="Filter1" runat="server" ValidChars="AEIOU" TargetControlID="TextBox1"></ajaxToolkit:FilteredTextBoxExtender>
This problem is that <ajaxToolkit........
are not being detected by intellisense.
I added the reference AjaxControlToolkit.dll
but I still can't use them
Thanks