Put the .dll file in your bin folder.( if the bin folder does not exist add it by right clicking on the root in solution explorer and select Add ASP.net folder | bin)
You can add to your toolbar by right clicking and selecting Choose Items, then browse for the dll and add it.
Then add a namespace at the top of the page using the control.
MaineOne
Contributor
2087 Points
469 Posts
Re: Event Calendar Control
Oct 19, 2007 11:58 PM|LINK
Put the .dll file in your bin folder.( if the bin folder does not exist add it by right clicking on the root in solution explorer and select Add ASP.net folder | bin)
You can add to your toolbar by right clicking and selecting Choose Items, then browse for the dll and add it.
Then add a namespace at the top of the page using the control.
<%@ Register TagPrefix="ec" Namespace="ControlSample" Assembly="EventCalendar" %>
Then you should be able to add it on the page.