Wednesday, 7 January 2009     | Register
Forum
SearchForum Home
  DatePicker  Databinding  'Text' is not a...
 'Text' is not a valid property on 'DatePicker'
 
 30/10/2007 8:57:42 AM
JaqHama
3 posts


'Text' is not a valid property on 'DatePicker'
Hi there,

I've run into a problem with binding the DatePicker Control. When I use the following

Text='<%# Bind("RequestDate") %> />

I get "Two-way binding is only supported for properties. 'Text' is not a valid property on 'DatePicker'" If I use

Text='<%# Eval("RequestDate") %> />

There is no error reported, however my application doesn't update the date in the database due to Eval. Is there something else I need to do, apart from go back to school ;-)?

Thanks
 30/10/2007 9:34:34 AM
JaqHama
3 posts


Re: 'Text' is not a valid property on 'DatePicker'
Forget this thanks I guess I need to learn to read forums...
  DatePicker  Databinding  'Text' is not a...
Copyright 2007 by Eclipse Web Solutions Pty Ltd   |  Privacy Statement  |  Terms Of Use