Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Copying date and time from one control to another
posted

Hi,

   I need the ability to select exactly 4 week period by either changing start or end period. For this I have Start and End cotrols - webdatechooser and webdatetimeedit for each. What I want to do is when one date changes - second one is updated accordingly using javascript. I've trued different eventhandlers like TextChanged and others and got nowhere.

So my quetions are: what event handlers to actually use and what properties to use to copy (edit) values from one control to another...

Thanks in advance

Parents
No Data
Reply
  • 2254
    posted

    Hello,

    Can you perhaps provide a simple Visual Studio 2005/2008  project ?

    Have you read the documentation installed on your computer , maybe "Client-Side Object Model (CSOM) Reference Guide " will help you change the controls by using JavaScript.

Children
No Data