Hi,
I have a detailsview control with a textbox control containing a date.
In edit and insert mode the date field is completed by picking a date from a popup calendar using javascript. All this works fine.
Except the user can modify the textbox causing invalid data.
How can I prevent the user from altering the data in the textbox.
If the textbox is "readonly" it is not bound to the datasource.
If "disabled=true" in html then javascript cannot change the value and data is not bound.
Can anyone help?
Regards,
Lionel