G
Guest
I have a datagrid that I am trying to add rows to on a page. I have several
textboxes that allow data entry for each column in the data grid and a button
that submits the data by refilling the datagrid's datasource (after the new
data is saved in the database) and databinding the datagrid. When I place a
breakpoint at the method used for filling the datasource and walk through the
code, the code works and the datagrid displays the new row of data. However,
when I remove the breakpoint and execute the code without any stops, the
datagrid does not display the new row. Any suggestions on what may be going
on here?
Thanks in advance
Lance
textboxes that allow data entry for each column in the data grid and a button
that submits the data by refilling the datagrid's datasource (after the new
data is saved in the database) and databinding the datagrid. When I place a
breakpoint at the method used for filling the datasource and walk through the
code, the code works and the datagrid displays the new row of data. However,
when I remove the breakpoint and execute the code without any stops, the
datagrid does not display the new row. Any suggestions on what may be going
on here?
Thanks in advance
Lance