views:

150

answers:

1

hi, i used the time picker that has described on this link Time Picker

But i got one parser error while debugging. the error message is: Parser Error Message: Unknown server tag 'cc1:TimeSelector'.

How to avoid this one? Please help me..

+1  A: 

Make sure you register the control at the top of your page:

<%@ Register TagPrefix="cc1" TagName="TimeSelector" Assembly="TimePicker" Namespace="MKB.TimePicker"  %>
edosoft