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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Using Ajax services for grid editing/inserting

Using Ajax services for grid editing/inserting

Scheduled Pinned Locked Moved ASP.NET
wpfcsharpjavascriptcssasp-net
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.
  • T Offline
    T Offline
    tonymathewt
    wrote on last edited by
    #1

    I am binding a grid with edit/Update templates. On edit/update/insert events there are many text boxes, dropdowns and other grids(data-bound) that gets populated. So the area that's spanned by the update panel is quite vast in the page. That must be the reason for the slow down in page rendering. Could you lead me with some link to any articles or blogs for better alternatives? I have heard about Ajax Services ASP.Net 3.5 and gone through the below link: http://www.codegod.de/webappcodegod/GridView-Javascript-Click-Row-and-Ajax-AID302.aspx[^] It shows how to populate some text boxes on a grid's row click(client-side). But I am confused about other(than textboxes) controls like grids and drop downs. Is it possible to use both these approaches together ie the grid alone will be kept in an update panel and while editing the use the ajax service approach to populate the controls including other grids and drop downs and while inserting/updating read the values from the controls?

    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