Skip to content
Loading
wef form data control to use
  • This is a web form app, so mvc controllers are not an option. Can you tell me and/or show me how to use the gridview control for insert, update, and delete operations on 1 row in a table?
  • Nilesh Sawardekar
    If your interest is towards, insert, delete and update by user then I like to recommend you MVC latest version, where all these things are already done for you. You just have to modify code as per your requirement.
    Else,
    Use gridview control to show data in tabular format.
    Use button control which are default in .net framework to avoid unnecessary dll use.
    Use Sql externally will be good if you want to give this solution to particular client or else embed it.