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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. datagrid

datagrid

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
4 Posts 4 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.
  • C Offline
    C Offline
    cst2002
    wrote on last edited by
    #1

    how to convert the below coding into vbasp.net code?

    TextBox eno=(TextBox)e.Item.FindControl("TextBox1");

    C B V 3 Replies Last reply
    0
    • C cst2002

      how to convert the below coding into vbasp.net code?

      TextBox eno=(TextBox)e.Item.FindControl("TextBox1");

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      There are online converters you could use. I don't know how to do the cast, but I'd expect the rest to work just by dropping the semicolon. If you read the MSDN on the FindControl method, that would probably have examples in VB.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      1 Reply Last reply
      0
      • C cst2002

        how to convert the below coding into vbasp.net code?

        TextBox eno=(TextBox)e.Item.FindControl("TextBox1");

        B Offline
        B Offline
        Blue_Boy
        wrote on last edited by
        #3

        Dim eno As TextBox = CType(e.Item.FindControl("TextBox1"), TextBox)


        I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post.

        1 Reply Last reply
        0
        • C cst2002

          how to convert the below coding into vbasp.net code?

          TextBox eno=(TextBox)e.Item.FindControl("TextBox1");

          V Offline
          V Offline
          vid nandha
          wrote on last edited by
          #4

          http://www.developerfusion.com/tools/convert/vb-to-csharp/[^] check this link.......it will help you

          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