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. General Programming
  3. C#
  4. How to add Textbox invisible mode

How to add Textbox invisible mode

Scheduled Pinned Locked Moved C#
helptutorialquestion
3 Posts 3 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.
  • E Offline
    E Offline
    Exelioindia
    wrote on last edited by
    #1

    Hi, Any one suggest me how to solve the following issue. In my page i am loading dyanamic controls, in default the text box should be invisible. Later from client side i am makeig it visible if needed, but the problems is when i set the visible=false while loading dynamically, the control is not loaded in the webpage. Please suggest me how to laod the textbox in invisible mode? Thanks in advance

    Know is Drop, Unknown is Ocean

    C V 2 Replies Last reply
    0
    • E Exelioindia

      Hi, Any one suggest me how to solve the following issue. In my page i am loading dyanamic controls, in default the text box should be invisible. Later from client side i am makeig it visible if needed, but the problems is when i set the visible=false while loading dynamically, the control is not loaded in the webpage. Please suggest me how to laod the textbox in invisible mode? Thanks in advance

      Know is Drop, Unknown is Ocean

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

      The problem is two fold 1 - you're asking in the wrong forum, although I worked out your asking an ASP.NET question 2 - hide it with css, the visible=false property causes ASP.NET to not render it at all

      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      1 Reply Last reply
      0
      • E Exelioindia

        Hi, Any one suggest me how to solve the following issue. In my page i am loading dyanamic controls, in default the text box should be invisible. Later from client side i am makeig it visible if needed, but the problems is when i set the visible=false while loading dynamically, the control is not loaded in the webpage. Please suggest me how to laod the textbox in invisible mode? Thanks in advance

        Know is Drop, Unknown is Ocean

        V Offline
        V Offline
        Vimal Raj
        wrote on last edited by
        #3

        Hi, You can try this. You load the textbox with its visibility set to true. And then make it invisible at client side when the page is loaded. And in this way , the textbox will not be visible to the user unless it is made visible by your clientside code. Do let me know if you need further help. Cheers...

        Happy Programming, Vimal Raj www.techisolutions.blogspot.com

        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