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. hide row

hide row

Scheduled Pinned Locked Moved ASP.NET
htmlquestion
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.
  • B Offline
    B Offline
    baselanfouqa
    wrote on last edited by
    #1

    hi, i have page with content place holder and in that i have multiview and in that :) i have a html tabel and i am wondering if is it possible to make a row hide(visible=false), or that cant be done????

    A S M 3 Replies Last reply
    0
    • B baselanfouqa

      hi, i have page with content place holder and in that i have multiview and in that :) i have a html tabel and i am wondering if is it possible to make a row hide(visible=false), or that cant be done????

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      to hide a row .. in html Table, You might use : td.style.visibility = 'hidden'; and to show it again use : td.style.visibility = 'visible'; You need to use Javascript to do this.

      Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


      My Latest Articles-->** Simplify Code Using NDepend
      Basics of Bing Search API using .NET
      Microsoft Bing MAP using Javascript

      1 Reply Last reply
      0
      • B baselanfouqa

        hi, i have page with content place holder and in that i have multiview and in that :) i have a html tabel and i am wondering if is it possible to make a row hide(visible=false), or that cant be done????

        S Offline
        S Offline
        sashidhar
        wrote on last edited by
        #3

        Give div tag give it an id make it run at = server and in the programming give id.visible =false.

        <div id ="ssd" runat="server">

            <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
            <asp:FileUpload ID="FileUpload1" runat="server" />
        
        </div>
        

        protected void Page_Load(object sender, EventArgs e)
        {
        ssd.Visible = false;

        }
        

        LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.

        1 Reply Last reply
        0
        • B baselanfouqa

          hi, i have page with content place holder and in that i have multiview and in that :) i have a html tabel and i am wondering if is it possible to make a row hide(visible=false), or that cant be done????

          M Offline
          M Offline
          m khansari
          wrote on last edited by
          #4

          Hi If you want other elements fill the row's room you must use

          obj.style.display="none";

          Mohammad Khansari

          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