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. Gridview with template controls

Gridview with template controls

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
6 Posts 5 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.
  • R Offline
    R Offline
    regin
    wrote on last edited by
    #1

    i hav a pblm with gridview with template control. i hav the gridview with textbox as template control hw can i get the values in the textbox. i want it to savve im using asp.net2.0 using c#:confused::confused:

    H C 2 Replies Last reply
    0
    • R regin

      i hav a pblm with gridview with template control. i hav the gridview with textbox as template control hw can i get the values in the textbox. i want it to savve im using asp.net2.0 using c#:confused::confused:

      H Offline
      H Offline
      haneef1
      wrote on last edited by
      #2

      [Message Deleted]

      C _ 2 Replies Last reply
      0
      • H haneef1

        [Message Deleted]

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

        Stop spamming the forum and keep your advertisement with you.

        Thanks and Regards, Chetan Ranpariya

        1 Reply Last reply
        0
        • H haneef1

          [Message Deleted]

          _ Offline
          _ Offline
          _mubashir
          wrote on last edited by
          #4

          Hey... Dont spam the site....Moderators please take notice


          Mubashir Software Architect Storan Technologies Inc, USA Every job is a self portrait of the person who did it.

          C 1 Reply Last reply
          0
          • R regin

            i hav a pblm with gridview with template control. i hav the gridview with textbox as template control hw can i get the values in the textbox. i want it to savve im using asp.net2.0 using c#:confused::confused:

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

            Hi, Get the gridviewrow from which you want to take the textbox value and use findControl method to find the textbox and when u get the textbox get its Text property. GridViewRow rw = gv.Rows[2]; TextBox txt = (TextBox)rw.FindControl("txtData"); string value = txt.Text; Here in above code I am getting value from the textbox which is there in the 3rd row of the gridview. I hope this code will help u.

            Thanks and Regards, Chetan Ranpariya

            1 Reply Last reply
            0
            • _ _mubashir

              Hey... Dont spam the site....Moderators please take notice


              Mubashir Software Architect Storan Technologies Inc, USA Every job is a self portrait of the person who did it.

              C Offline
              C Offline
              Colin Angus Mackay
              wrote on last edited by
              #6

              _mubashir wrote:

              Dont spam the site....Moderators please take notice

              In order to alert the admins please press the "spam" button on the relevant post.


              Upcoming events: * Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

              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