Hi Guys
I need to Create event to calendar in c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikandan MurugesanPosted Aug 2, 2017, 9:07 AM
You should remove the
attribute from your
GridViewdefinition, because if you use it, all yourTextBoxcontrols will have the same ID, "txtValue". TheCalendarExtendercontrols will find the first value (which is on the first row) and will be all mapped to it.If you want to refine the patterns of your control ID assignment, here's more about the topic.