minglelinch
asked on
load telerik:RadDatePicker
When I load telerik:RadDatePicker with
txtIDate.SelectedDate.Valu e = dsClerk.Tables["Incident"] .Rows[0][" dateI"];
I get the error -
Property or indexer 'system.Nullable<System.Da teTime>.Va lue' cannot be assigned to -- it is read only.
I changed a property like EnableTyping="false", it's not working and it is actually not what iI want. Please help.
txtIDate.SelectedDate.Valu
I get the error -
Property or indexer 'system.Nullable<System.Da
I changed a property like EnableTyping="false", it's not working and it is actually not what iI want. Please help.
oops my bad I read the statement backwords.
the txtIDate.SelectedDate.Valu e property is read only.
I think you just set the value of the txtIDate.
txtIDate.Value = dsClerk.Tables["Incident"] .Rows[0][" dateI"];
the txtIDate.SelectedDate.Valu
I think you just set the value of the txtIDate.
txtIDate.Value = dsClerk.Tables["Incident"]
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thank you. It works.
This question has been classified as abandoned and is being closed as part of the Cleanup Program. See my comment at the end of the question for more details.
dsClerk.Tables["Incident"]