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
405
WebDatePicker does not show buttons
posted

Hello,

I'm working on an ASP Web Application.

I click and drag a WebDatePicker onto my aspx page and position using this code:

<ig:WebDatePicker ID="WebDatePicker1" runat="server" style="position:absolute; top: 200px; left:175px">

But when I run it and look at it in IE it looks like this:

Does anybody know what I am missing?

Any help is appreciated.

Parents
No Data
Reply
  • 405
    Verified Answer
    posted

    This ended up resolving itself a day later,

    I tried looking at the aspx page in an editor and all of a sudden this message box comes up and tells me that it's going to import some default styles in this "ig/res" folder. After the buttons came up right.

Children