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. Editing GridView in vs 2005

Editing GridView in vs 2005

Scheduled Pinned Locked Moved ASP.NET
htmlvisual-studiohelptutorial
2 Posts 2 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.
  • A Offline
    A Offline
    AhsanS
    wrote on last edited by
    #1

    Hi everybody. I am using a gridview control and want to edit the data in it.Can anybody help me how to do it.i am using the following code in html. and in cs file i am doing protected void gridShowUsers_RowEditing(object sender, GridViewEditEventArgs e) { gridShowUsers.EditIndex = e.NewEditIndex; BindData(); } protected void gridShowUsers_CancelEdit(object sender, GridViewCancelEditEventArgs e) { gridShowUsers.EditIndex = -1; BindData(); } Ahsan Ullah

    M 1 Reply Last reply
    0
    • A AhsanS

      Hi everybody. I am using a gridview control and want to edit the data in it.Can anybody help me how to do it.i am using the following code in html. and in cs file i am doing protected void gridShowUsers_RowEditing(object sender, GridViewEditEventArgs e) { gridShowUsers.EditIndex = e.NewEditIndex; BindData(); } protected void gridShowUsers_CancelEdit(object sender, GridViewCancelEditEventArgs e) { gridShowUsers.EditIndex = -1; BindData(); } Ahsan Ullah

      M Offline
      M Offline
      mnaveed
      wrote on last edited by
      #2

      Ahsan check this post it will help http://fredrik.nsquared2.com/viewpost.aspx?PostID=202 :-O Nav.

      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