Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

set datetimepicker value .net

  • 18-02-2009 12:39pm
    #1
    Closed Accounts Posts: 2,268 ✭✭✭


    Is there a most correct way to set the visible text in a datetimepicker.

    Should you use the text or value proeprty?


Comments

  • Registered Users, Registered Users 2 Posts: 2,793 ✭✭✭John_Mc


    Is there a most correct way to set the visible text in a datetimepicker.

    Should you use the text or value proeprty?

    The Text property is what is visible to the user, so in terms of visibility - this is probably the most correct way to do it.

    The Value property can store an alternative value which is not visible to the user. In this case it might be the date in a different format used internally by the system.


Advertisement