I have a Grid View that IS functional with a bulk edit function, but whenever I have more than 1 row in the Grid View the Date Text Boxes will not update on SelectionChanged on the Calendar Control. Anyone have any ideas?
The code is us in the aspx.vb file is:
Protected
Sub CalAssigned_SelectionChanged(ByVal sender As Object, ByVal e As System.EventArgs)
PopupControlExtender1.Commit(CalAssigned.SelectedDate.ToShortDateString)
My GridView is Functional just I cant add a date to any text box....only the bottom most row.
Any help is appreciated.