5 pts.
 How to update a row in grid view?
how to update a row in grid view when changes made to database..

Software/Hardware used:
vb.net as front and ms access as backend
ASKED: September 16, 2010  11:09 AM
UPDATED: September 16, 2010  2:16 PM

Answer Wiki:
You might need to call the GridView's DataBind method after the changes have been committed to the database. <pre>GridView1.DataBind()</pre>
Last Wiki Answer Submitted:  September 16, 2010  2:16 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _