I am trying to utilize this exxample but the date time picker does not seem to be generated in the aspx.desighner.cs file as well but in umbraco 4.7 the umrbaco.uicontrol does nto have datePicker class in it any ideas on how to use umrbaco date picker in custom section edit page
Going into the source of version 4.7 and doing a search for datePicker, there is a datepicker in umbraco.controls namespace. It is under umbraco\umbraco.Legacy\controls. Is there any reason that you need to use the umbraco datepicker if you are using it in a custom section? You could just as easily use a javascript version (http://jqueryui.com/demos/datepicker/).
datetime picker in custom section Umbraco 4.7
any solution for umrbaco 4.7
Going into the source of version 4.7 and doing a search for datePicker, there is a datepicker in umbraco.controls namespace. It is under umbraco\umbraco.Legacy\controls. Is there any reason that you need to use the umbraco datepicker if you are using it in a custom section? You could just as easily use a javascript version (http://jqueryui.com/demos/datepicker/).
You could try to add the datepicker datatype to your custom page. Here are some links:
http://our.umbraco.org/forum/developers/extending-umbraco/6863-Datatype-on-normal-page-or-UserControl
http://our.umbraco.org/wiki/reference/code-snippets/use-mntp-on-a-usercontrol
Jeroen
i did i took the reference of the latest control.dll from umrbaco bin
and attached it as reference and now the code works
is working on a reply...