Editable Web Dataset for ASP.NET

the client asked me about a web application written in ASPNET that can use an editable grid (which works with SqlServer DB) similar to how Excel works; I can use a gridView with an Edit link in each row, but I wanted to know if there are better solutions (maybe free ..) that I can use.

Thanks in advance! with.

+3
source share
1 answer

We recently started using ASPxGridView from Devexpress. Seems very good, especially for large datasets.

Excel, , // SQL Server.

+1

Source: https://habr.com/ru/post/1771258/


All Articles