How to convert Dropdown list as Textbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sureshRV
    New Member
    • Jun 2007
    • 1

    How to convert Dropdown list as Textbox

    Hi,How to convert Dropdown list as Textbox in runtime using C#
  • radcaesar
    Recognized Expert Contributor
    • Sep 2006
    • 759

    #2
    There is a one available in code project, use that.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Originally posted by sureshRV
      Hi,How to convert Dropdown list as Textbox in runtime using C#
      Do you mean how do you get the selected value of a DropDownList and display it in a text box at runtime using C#??


      Thanks

      -Frinny

      Comment

      Working...