Results 1 to 2 of 2

Thread: table cell question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2004
    Posts
    169

    table cell question

    HOw can I add an empty row , I don't want text "space" appear in the table cell, I also tried .cells(i).text="" it doens't work out for me

    With tblName.Rows(tblName.Rows.Count - 1)
    .Cells.Add(New Web.UI.WebControls.TableCell)
    .Cells.Add(New Web.UI.WebControls.TableCell)
    .Cells.Add(New Web.UI.WebControls.TableCell)
    .Cells(0).Text = "space"
    .Cells(1).Text = "space"
    .Cells(2).Text = "space"
    End With

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: table cell question

    see your other post
    Last edited by nemaroller; Feb 22nd, 2005 at 11:34 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width