ASP.Net TableCell width setting

HI,
I am using ASP table server control in ASP.Net 1.1
I am trying to set the width of table cell using following code:

Dim tc as new TableCell
tc.width=13

but visual studio underligned "13"  with blue line
So please tell me how to set the width of table cell

Best Regards,
Jawad Naeem




Answer this question

ASP.Net TableCell width setting

  • anyuser

    Although this is no .NET CLR topic for SQL Server, you have to set the Width.Value not the Width, because Width is a class exposed as a property in TableCell.

    I will move your thread over to the ASP.NET guys if anything is still unclear.


    HTH, Jens Suessmeyer.

    ---
    http://www.sqlserver2005.de
    ---


  • ASP.Net TableCell width setting