It's inheriting the umbraco master page; Im using some ASP.net data controls (SQL data source etc)
Is there a way I can pull in the Data Type ; DateTimePicker with Time ? and bind it to my database calls? So the user can use the DateTimePicker or other data types in Umbraco in my page?
Edit Page with DataType for a field?
I've got a edit page, for a particular node;
It's inheriting the umbraco master page; Im using some ASP.net data controls (SQL data source etc)
Is there a way I can pull in the Data Type ; DateTimePicker with Time ? and bind it to my database calls? So the user can use the DateTimePicker or other data types in Umbraco in my page?
Hi,
These posts might help you:
http://our.umbraco.org/forum/developers/api-questions/19718-Using-Umbraco-Date-Time-Picker-in-ASCX-file#comment74957
http://our.umbraco.org/forum/developers/extending-umbraco/6863-Datatype-on-normal-page-or-UserControl?p=0
-Tom
Thank you Sir!
That's much appreciated.
You could also read this wiki: http://our.umbraco.org/wiki/reference/code-snippets/use-mntp-on-a-usercontrol
Jeroen
is working on a reply...