V
Vik
I need a gridview without the borders but with the gridlines.
I set BorderStyle = None and GridLines = Both.
If I run a project from VS2005 or enter an address in a browser
//localhost/MyProject/MyPage.aspx then the grid appears WITHOUT the borders
and WITH the gridlines.
If I open the same page by an address //MyCompName/MyProject/MyPage.aspx,
then the grid appears WITH the borders and with the gridlines.
If I set BorderWidth = 0px, then //localhost/... shows the grid WITHOUT the
borders and WITH the gridlines and //MyCompName/... shows the grid WITHOUT
the borders and WITHOUT the gridlines.
When a page is placed on a server, it appears the same way as at
//MyCompName/...
Why does the same page appear in different ways? How can I fix it?
Thanks.
Victor
I set BorderStyle = None and GridLines = Both.
If I run a project from VS2005 or enter an address in a browser
//localhost/MyProject/MyPage.aspx then the grid appears WITHOUT the borders
and WITH the gridlines.
If I open the same page by an address //MyCompName/MyProject/MyPage.aspx,
then the grid appears WITH the borders and with the gridlines.
If I set BorderWidth = 0px, then //localhost/... shows the grid WITHOUT the
borders and WITH the gridlines and //MyCompName/... shows the grid WITHOUT
the borders and WITHOUT the gridlines.
When a page is placed on a server, it appears the same way as at
//MyCompName/...
Why does the same page appear in different ways? How can I fix it?
Thanks.
Victor