Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1070
Re-bind grid after add new row
posted
I am having an issue where when I add a new row the data which should populate the cells in the after the insert are not there. One example would be an identity field. The cell that should get the identity field value (SQL Server) is not shown after the insert. I have other values which are calculated or created after the insert which are also not showing. How can I get the grid to re-bind the data after an insert? I'm using the LLBLGenProDataSource2 control which is similar to the SQLDataSource control.