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. unable to retirve grieview footer row controle value

unable to retirve grieview footer row controle value

Scheduled Pinned Locked Moved ASP.NET
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.
  • S Offline
    S Offline
    Samarjeet Singh india
    wrote on last edited by
    #1

    Hi I am trying to insert and delete row from the girdview but I unable to retrieve the value of textbox which I have put on the footer row the code is following Dim strEmpName As String strEmpName =Ctype(GridView1.FooterRow.FindControl("txtEmpName"), TextBox)).Text each time I am getting the value of strEmpName="" while I entering the value for insertion Thanks...

    S 1 Reply Last reply
    0
    • S Samarjeet Singh india

      Hi I am trying to insert and delete row from the girdview but I unable to retrieve the value of textbox which I have put on the footer row the code is following Dim strEmpName As String strEmpName =Ctype(GridView1.FooterRow.FindControl("txtEmpName"), TextBox)).Text each time I am getting the value of strEmpName="" while I entering the value for insertion Thanks...

      S Offline
      S Offline
      Shah Rizal
      wrote on last edited by
      #2

      Try this:

      For Each r1 As GridViewRow In GridView1.Rows
      txtEmpName = DirectCast(r1.FindControl("txtEmpName"), TextBox)
      Next

      Good luck,=).

      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