Hello,
I have a form outside of a grid that has textboxes and a button. When the button is clicked the data is added to the grid and a database on a full postback. But inorder to see the data in the grid I must perform another postback. In looking for a solution to this problem I saw something about the data not being written to the database until the first postback is completed, not sure if thats true or not. But I was hopeing someone could help me out with this problem because I would like the grid to have the newly inserted data after the add button is clicked.
Thanks,
Kirk
I have a form outside of a grid that has textboxes and a button. When the button is clicked the data is added to the grid and a database on a full postback. But inorder to see the data in the grid I must perform another postback. In looking for a solution to this problem I saw something about the data not being written to the database until the first postback is completed, not sure if thats true or not. But I was hopeing someone could help me out with this problem because I would like the grid to have the newly inserted data after the add button is clicked.
Thanks,
Kirk