I took the code from my friend. this code contains this element on an aspx page:
<ew:CalendarPopup
When I put a mouse on it, I received this message:
Element 'CalendarPopup' is not known element. This can occur if there is a compilation error in the web site, or the web config file is missing.
I have a web config file.
Edit
I found this in web.config file
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</controls>
source
share