Time Picker Error

房东的猫 提交于 2019-12-23 03:59:05

问题


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:


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

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


来源:https://stackoverflow.com/questions/2131768/time-picker-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!