Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
DatePickerProvider don´t show calendar
posted

Hello, 

I discovered a problem that has left me very confused.

Attached a sample, and how can you see, the calendar popup doesn´t shown.

Now look for code in Site.Master file, specifically for that code:

 

© <%= date="" now="" year="" tostring="">

If you remove that code, calendar popup already shown.

I´m using Infragistics4.Web.v14.2.

How to solve this?

DatePickerProviderTest.zip
  • 2680
    Verified Answer
    Offline posted

    Hello,

    Thank you for contacting us.

    Please add runat="server" to the <p> like this:

    <p runat="server">© <%= Date.Now.Year.ToString() %></p>

    Let me know if you need further assistance.