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. sepatare the dropdoen values in the gridview textboxs

sepatare the dropdoen values in the gridview textboxs

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.
  • Y Offline
    Y Offline
    yardly
    wrote on last edited by
    #1

    I am having Numeric and character valuues in normal dropdown box .... noe i have to load the Numeric value in one gridview textbox and character in another GV textbox.. help me.

    R 1 Reply Last reply
    0
    • Y yardly

      I am having Numeric and character valuues in normal dropdown box .... noe i have to load the Numeric value in one gridview textbox and character in another GV textbox.. help me.

      R Offline
      R Offline
      ReactiveX
      wrote on last edited by
      #2

      In the SelectedIndexChanged event of your drop down list, seperate your value types using the IsNumeric function in Visual Basic. If IsNumeric(myDropDownList.Items(0).ToString()) myNumericTextBox.Text = myDropDownList.Items(0).ToString() Actually, the drop down list might use a property of SelectedText or something. Can't remember.

      Daniel Minnaar Lead Software Developer

      Y 1 Reply Last reply
      0
      • R ReactiveX

        In the SelectedIndexChanged event of your drop down list, seperate your value types using the IsNumeric function in Visual Basic. If IsNumeric(myDropDownList.Items(0).ToString()) myNumericTextBox.Text = myDropDownList.Items(0).ToString() Actually, the drop down list might use a property of SelectedText or something. Can't remember.

        Daniel Minnaar Lead Software Developer

        Y Offline
        Y Offline
        yardly
        wrote on last edited by
        #3

        i have retun coding to bind the value from to gridview textbox.... if i select the dropddoewn value i am getting both the numeric and character value in a single gridview textbox... i need to display the numeric value in 1 txt box and char in another inside the gridview

        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