Hi and thanks for any replies to this question.
I'd like to use the event calendar control in a different .Net website I am developing. How do I install the control in my project?
I downloaded the zip file. Do I just need to use "add existing project" from the file control inside my existing project?
What would be the next steps? Add a page with a reference to the control?
Hi,
I have about 20 controls that I am using for the current site which is in vb.
The control for the event calendar I downloaded from the home page of the club starter kit:
http://www.asp.net/downloads/starter-kits/club
They have a self contained event calendar control zip file.
What I'd like to do is use the event calendar on a new page in my project and connect it to my existing database.
rothschildd
Member
8 Points
91 Posts
Newbie ?: installing the event calendar control to run in a different project
Jan 12, 2011 01:35 PM|LINK
Hi and thanks for any replies to this question.
I'd like to use the event calendar control in a different .Net website I am developing. How do I install the control in my project?
I downloaded the zip file. Do I just need to use "add existing project" from the file control inside my existing project?
What would be the next steps? Add a page with a reference to the control?
Thanks in advance,
Dan
AlexanderB
Participant
801 Points
163 Posts
Re: Newbie ?: installing the event calendar control to run in a different project
Jan 12, 2011 04:24 PM|LINK
The answer really depends on - What kind of controls do you use ??
Where you downloaded them?
Just because it is interesting
rothschildd
Member
8 Points
91 Posts
Re: Newbie ?: installing the event calendar control to run in a different project
Jan 12, 2011 04:32 PM|LINK
Hi,
I have about 20 controls that I am using for the current site which is in vb.
The control for the event calendar I downloaded from the home page of the club starter kit: http://www.asp.net/downloads/starter-kits/club
They have a self contained event calendar control zip file.
What I'd like to do is use the event calendar on a new page in my project and connect it to my existing database.
Is this doable?
Thanks for your reply,
Dan
AlexanderB
Participant
801 Points
163 Posts
Re: Newbie ?: installing the event calendar control to run in a different project
Jan 12, 2011 07:50 PM|LINK
yes.. you need to build project from .zip file and then reference output assebly from you target project.
download whole starter kit and see how this calendar control was used.. it will help you :)
Just because it is interesting