I am developing a module for DNN 4.8.x.
So far, I got basic functionality coded and I was able to deploy to the site and my module is working just fine.
But I am having problems with IDE.
On my .ascx markup, it says, "Button is not a known element".
I even added the following statement. Nothing seems to working. Its kinda annoying because I am so used to Ctrl+Space, that now I am handicapped.
<%@ Register Assembly="System.Web.Extensions" Namespace="System.Web.UI" TagPrefix="asp" %>
Has anyone able to get out of this claw ??
Please help me