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

Indexing in SQL -

multithreading - Do lock objects in Java need to be static? -

objective c - iPhone and it's wireless area -