W
whoogveld
I want to remove the styling attributes from a table which is generated
out of gridview.
If I run a page run a gridview I always seem to get the following
attributes which I don't want because the styling will be done with
css.
<table cellspacing="0" rules="all" border="1" id="GridView2"
style="border-collapse:collapse;">
Does somebody know how I can remove the border, rules and style
attribute from the table which is generated by a gridview.
I'm using asp.net 2.0.
Regards,
Willem
out of gridview.
If I run a page run a gridview I always seem to get the following
attributes which I don't want because the styling will be done with
css.
<table cellspacing="0" rules="all" border="1" id="GridView2"
style="border-collapse:collapse;">
Does somebody know how I can remove the border, rules and style
attribute from the table which is generated by a gridview.
I'm using asp.net 2.0.
Regards,
Willem