index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard (version 1)
search this forum:
:: Customization & .Net Version ::    show all messagesPost a New Message | Post a Reply
Oct 15 2003, 11:21 AM
 Re: Customization & .Net VersionPost a Reply
 Ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

The next version is still in testing.
If all you want is change the row colors then edit the style in your asp page as follows:

<style>
/*header row background color*/
.header-row{
background-color:teal;
}

/*odd row background color*/
.odd-row{
background-color:#dcdcdc;
}

/*even row background color*/
.even-row{
background-color:white;
}
</style>


-------------------------
Ghost
Pages: (1)   [1]

search this forum: