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. Problem in assigning values to ItemArray...

Problem in assigning values to ItemArray...

Scheduled Pinned Locked Moved ASP.NET
help
3 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
    Arun Immanuel
    wrote on last edited by
    #1

    Problem in assigning values to ItemArray... I am assigning a new value (100) to the existing cell... But the original value remains unaltered... Here is the code: ds.Tables[0].Rows[0].BeginEdit(); ds.Tables[0].Rows[0].ItemArray[0] = 100; ds.Tables[0].Rows[0].EndEdit(); Please help me. Thank You. Arun Kumar.A

    C 1 Reply Last reply
    0
    • A Arun Immanuel

      Problem in assigning values to ItemArray... I am assigning a new value (100) to the existing cell... But the original value remains unaltered... Here is the code: ds.Tables[0].Rows[0].BeginEdit(); ds.Tables[0].Rows[0].ItemArray[0] = 100; ds.Tables[0].Rows[0].EndEdit(); Please help me. Thank You. Arun Kumar.A

      C Offline
      C Offline
      Chetan Ranpariya
      wrote on last edited by
      #2

      Hi, Try this. ds.Tables[0].Rows[0].BeginEdit(); ds.Tables[0].Rows[0][0] = 100; ds.Tables[0].Rows[0].EndEdit(); I hope this will help you.

      Thanks and Regards, Chetan Ranpariya

      A 1 Reply Last reply
      0
      • C Chetan Ranpariya

        Hi, Try this. ds.Tables[0].Rows[0].BeginEdit(); ds.Tables[0].Rows[0][0] = 100; ds.Tables[0].Rows[0].EndEdit(); I hope this will help you.

        Thanks and Regards, Chetan Ranpariya

        A Offline
        A Offline
        Arun Immanuel
        wrote on last edited by
        #3

        Hi, Thank U for Ur reply. I will try this out. Regards, Arun Kumar.A

        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