index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard (version 1)
search this forum:
:: Customization & .Net Version :: (4)Post a New Message | Post a Reply
Oct 15 2003, 3:44 AM
 Customization & .Net VersionPost a Reply
 sandrab

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

since: Oct 9, 2003
from: somewhere

Hi,

I'm wondering if there is .NET version of the Report Wizard available?

Also to customize the web pages (apply my own look and feel e.g. colours, fonts, logos...etc) do I need to purchase the code?

Thanks.

Oct 15 2003, 7:53 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 comes in both ASP.NET and ASP classic versions. It also comes with limited support for customermization of reports - basically you will be able to set defaults for the header and row styles


-------------------------
Ghost
Oct 15 2003, 8:23 AM
 Re: Customization & .Net VersionPost a Reply
 sandrab

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

since: Oct 9, 2003
from: somewhere

When is the next version going to be available?

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: