Datagrid, generate table without styles

wakeup

Freshman
Joined
Nov 9, 2004
Messages
35
I want that my datagrid generates a table:
<table id=tabla class=miclase>

But there is no form, it always puts cellspacing="0" rules="all" border="1" in firefox. and cellspacing="0" cellpadding="0" border="0" in IE 6 but the peculiar thing it is that the size of border is different in each one... The head of datagrid in aspx is graciass
<asp:datagrid id=dg runat="server" AllowSorting="True" DataMember="usuarios" DataKeyField="usuario" AutoGenerateColumns="False" ShowFooter="True" UseAccessibleHeader="True" DataSource='<%# DataBinder.Eval(ds, "Tables[usuarios]") %>'>

thanks

Conciertos hiphop
 
Back
Top