customizing ajax editor control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i m working on ajax editor control here i have override the class of ajax editor control for hiding some button . and i have add this line to source file for registering custom ajaxeditor <%@ Register Namespace="myControls" TagPrefix="custom" %> but it dispaly following error in design time error creating control-update_DataScrap unknown server tag 'custom:customEditor' here update_DataScrap is UpdatePanel custom is tag prefiz for customizes ajaxeditor control customEditor is class which is inherited from Editor class so plz help me thanks