Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datagrid vs Crystal Report

Status
Not open for further replies.

TimBiesiek

Programmer
Nov 3, 2004
151
AU
Hi all,

I have an ASP based web application which allows users to view and interact with data over the web (As most ASP sites do!).

On one page I have two datagrids. One that displays the current information, and another that, when a certain item in the first DG is double clicked, displays the history for that item.

It has been suggested to me that instead of the 2nd Datagrid, I could use an HTML Crystal Report, that displays the needed information in the frame, to allow better formatting possibilities over colours, and rules etc.

Is it possible to change specific cell formatting in a datagrid easily?

It "may" load a bit slower, but shouldn't be too bad...

Just want to hear some others opinions/pros and cons on this idea please?
 
You don't have to use crystal reports for that. You could simply use nested datagrids. Also, HTML/CSS will allow better formatting over colours than crystal reports and you can implement conditional formatting if you wish.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top