Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Adding , deleting and updating multi Records in a master-detail gridview which Create at runtime

Adding , deleting and updating multi Records in a master-detail gridview which Create at runtime

Scheduled Pinned Locked Moved ASP.NET
cssalgorithmshelpquestionannouncement
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    students552 university
    wrote on last edited by
    #1

    Hi,,, I’m trying to build a master-detail gridview that contain these features: - Create at runtime. - Adding , deleting and updating multi Records . (that means in the adding operation I can add multi rows to both of master and detail and then click SaveAdd button on my webpage only one time to save all records , In the updating and deleting operation I can update or delete multi rows to both of master and detail and then click SaveUpdate Delete button on my webpage only one time to save all records in gridview) - Paging,Sorting,Filtering,Resizing columns,Grouping - (Hide/show)(Enable/Disable) colume - Import/Export data And I ‘m using ASPxGridView from Devexpress because I don’t want to build my grid from scratch,So I’m trying to start adding all the features which I need . When I complete programming my second feature in the grid (Adding , deleting and updating multi Records ) the grid is running so slowly, just when I was traying to add or update records on it . I don’t know the real reason for this, my main idea in the code is using datatable , that means when I did any operation I transferred the data from my grid to the datatabel and did all my changes and then transferred back the data from datatable to the gridview eventually ,,,Is this the correct way ??? if not, what’s the better way to Adding , deleting and updating multi Records in a master-detail gridview which Create at runtime I would appreciate any help in this

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups