asp.net - Time Picker Error -


I used the time picker described on this link

but I found a parser error while debugging . Error message is: Parser error message: unknown server tag 'cc1: time selector'.

How to avoid this? Please help me.

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

  & lt;% @ TagPrefix = "cc1" tagname = "time selector" assembly = "timekicker" namespace = "mkb timepixer"%>  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -