MystiqueOfLife
Programmer
Hello,
Working with Javascript Calendars in the .Net environment and accessing the values returned.
options:
- Javascript Calendar places data into .net control (eg. document.getElementById("ctl00_DefaultContent_ElectronicTransfer1_txtAnimalSaleDate").value = inputArray.year + '-' + inputArray.month + '-' + inputArray.day, access data via .Net (txtTextBox.Text) ?
- Javascript writes to a cookie, .net accesses cookie to retrieve the data (rather not use cookies)
- use a different Calendar (must be free, must not be a .Net control)
Other options?
Cheers!
Working with Javascript Calendars in the .Net environment and accessing the values returned.
options:
- Javascript Calendar places data into .net control (eg. document.getElementById("ctl00_DefaultContent_ElectronicTransfer1_txtAnimalSaleDate").value = inputArray.year + '-' + inputArray.month + '-' + inputArray.day, access data via .Net (txtTextBox.Text) ?
- Javascript writes to a cookie, .net accesses cookie to retrieve the data (rather not use cookies)
- use a different Calendar (must be free, must not be a .Net control)
Other options?
Cheers!