dimanche 12 avril 2015

Unknown server tag 'RJS:PopCalendar' asp.net c#


Vote count:

0




I am trying to add a pop calender This is my HTML :



<td style="text-align: right" >
<asp:TextBox ID="TxtPolicyDate" runat="server" class="style1">
</asp:TextBox>
<rjs:PopCalendar ID="PopCalendar" runat="server" Control="TxtPolicyDate"
MessageAlignment="RightCalendarControl" Separator="/"
AutoPostBack="True"
Shadow="True" ShowDaysOutOfMonth="True"
ShowHolidays="False"
ShowSpecialDay="False" BlankFieldText="" To-Date=""
To-Today="false" Format="dd MM yyyy" />

</td>


and I add in aspx :



<%@ Register Assembly="RJS.Web.WebControl.PopCalendar.Net.2008" Namespace="RJS.Web.WebControl" TagPrefix="rjs" %>


but it return an error Unknown server tag 'RJS:PopCalendar'



asked 38 secs ago







Unknown server tag 'RJS:PopCalendar' asp.net c#

Aucun commentaire:

Enregistrer un commentaire