Hi peshrad!
I'm having the same problem!!
rules attribute is a Microsoft IE extension to table:
http://msdn.microsoft.com/library/de...es/rules_0.asp
I also tried the solution suggested by Eliyahu Goldin but it didn't work.
Did you solved this problem??? If so could you plz share with the newsgroup?
cheers!!
David
"peshrad" <> wrote in message
news:...
> Hi !
>
> I'm using ASP.NET 1.1 and C# .
>
>
>
> For Microsoft Internet Explorer 6.0,
> the following code suppresses the drawing of horizontal and vertical lines
> in the web page:
>
> DataGrid dg = new DataGrid();
> ...
> dg.BorderStyle = BorderStyle.None;
> dg.BorderWidth = Unit.Pixel(0);
> ...
>
>
>
> However, unfortunately, in the HTML I can still see a <table> tag with the
> attribute rules="all".
> In FireFox, this causes the lines to be drawn !
>
> How can I suppress those lines reliably ?
>
> Your kind help would be appreciated.
>
>