Search results

  1. J

    Asp.net hide/show table row?

    Hi, I am trying to hide/show a table row while running on a linkbutton click The code i've written hides the table row, but for some reason it doesn't show it. Plz help me figure out why: this is inside the linkbutton click function: if (loginme.Visible = false) {...
  2. J

    Asp.net hide/show table row?

    Hi, I am trying to hide/show a table row while running on a linkbutton click The code i've written hides the table row, but for some reason it doesn't show it. Plz help me figure out why: this is inside the linkbutton click function: if (loginme.Visible = false) {...
Back
Top