Crud Operation Part 2 – Edit Record (Asp.net Form)



Crud Operation Part 2 – Edit Record (Asp.net Form)

Crud Operation Part 2 - Edit Record (Asp.net Form)

In this video you are able to edit the record of existing data. When you click on Edit it will move to Edit.aspx page with Id of the given product as Query String. On Page load Event of Edit.aspx page we have to establish connection with database and on the basis of Request Query String Value it will display related Id record in given text box . In this video you can change the value of price or quantity or both and press Update Product Button and changed data will be updated to database.

Comments are closed.