CompositeControl AJAX Problem
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have made a class of CompositeControl and when I use
AjaxControlToolkit.FilteredTextBoxExtender
on it, it gives the following error:'AjaxControlToolkit.FilteredTextBoxExtender' cannot extend controls of type MyClassName
I have also tried to implementAjaxControlToolkit.IControlResolver
on my class but didnt work. Please help.