When using DynamicPopulateExtender inside an EditItemTemplate of a GridView, the RowUpdating Method of the Gridview does not fire.
Comments: The problem was not caused by DynamicpopulateExtender, but by setting the 'onchange' attribute of the DropDownList control in the RowCreated event. If i set the 'onchange' attribute in the RowDataBound, the problem doesn't occurs. Perhaps it's a bug of .Net.....
Comments: The problem was not caused by DynamicpopulateExtender, but by setting the 'onchange' attribute of the DropDownList control in the RowCreated event. If i set the 'onchange' attribute in the RowDataBound, the problem doesn't occurs. Perhaps it's a bug of .Net.....