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
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.