Rank: Newbie Groups: Member
Joined: 12/12/2013 Posts: 1
|
I downloaded the installer and installed the package. The website says after installation the control should show up in my tools. First, it didn't show up in my tools for me to use. So, I looked at some of your demo code and copied the control from the html and put it in my page. When I run the page, the control works and displays the calendar and puts the date in the box. But when I try to reference the control in my code behind to access that date, it doesn't show up in my intellisense. What am I doing wrong that this does not work? I am on a Windows 7 machine using Visual Studio 2005.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, The easiest way for you to resolve this is to add the controls into your toolbox first: http://www.essentialobjects.com/doc/1/installationanddeployment/install.aspxOnce they are in your toolbox you can simply drag and drop them into your web form and Visual Studio should take care of the rest. Thanks!
|