Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

dot NET developers advice needed

  • 18-09-2015 04:20PM
    #1
    Registered Users, Registered Users 2 Posts: 121 ✭✭


    Hi,

    I need a simple UI for a user to be able to edit/add/delete values in a MS SQL table. Can that be done by creating a web application, where non-tech-savvy user would be able to manipulate data in web-browser interface resembling excel/access, and update SQL table on save. Is that hard to do? Are there any off-the-shelf apps?

    TIA


Comments

  • Registered Users, Registered Users 2 Posts: 217 ✭✭NeutralHandle


    GridView and DetailsView WebForms controls are for this sort of thing - they just need to be configured and you need to write the SQL behind them really.

    WebForms isn't an ideal technology but this is probably the easiest solution/probably fit for purpose here.


Advertisement