Hi,
I have download a DateSelector contol from a web site and it is a user control.
I have the assembly dll called SControls.dll.
I want to use it in my app.
So I registered the assembly with Add Reference.
The web site said include the following in the web page
<%@Register TagPrefix="SControls" TagName="DateSelector" Src="DateSelector.ascx"%>
And then to declare the control
<SCONTROLS
ateSelector id="useDateCal" runat="server" Text="Start Date:"></SCONTROLS
ateSelector>
When I run I get an error saying that
Could not load type 'myWebApp.DateSelector'
Does anyone no why???
rotsey
I have download a DateSelector contol from a web site and it is a user control.
I have the assembly dll called SControls.dll.
I want to use it in my app.
So I registered the assembly with Add Reference.
The web site said include the following in the web page
<%@Register TagPrefix="SControls" TagName="DateSelector" Src="DateSelector.ascx"%>
And then to declare the control
<SCONTROLS
When I run I get an error saying that
Could not load type 'myWebApp.DateSelector'
Does anyone no why???
rotsey