Hello,
I am still pretty new to asp.net. I have a gridview bound to sql data and a footer that displays the summary info(totals of each column). The footer is populated in the Gridview.rowdatabound event. In my Gridview I am using template items with some columns consisting of textboxes to make the values editable for the users. What I would like to know is it possible to call the grdivew.rowdatabound event for a second time when a textbox in the gridview is changed (at OnTextChanged)? This would allow the footer to repopulate based on the values in the updated textbox. I would like to avoid using the update button in the gridview if possible.
Thank you in adavnce,
steve