asp.net expert wanted

  • Thread starter Thread starter Jesse Aufiero
  • Start date Start date
J

Jesse Aufiero

hello,

i'm interested in speaking with an expert consultant with experience in
building asp.net 2005 web pages that present olap data. the page must
automatically refresh when the underlying olap data changes. i would also
like a recommendation on what third-party component can best display olap
data in a situation such as this. i am considering the devExpress pivotGrid
for this purpose.

thank you,
jesse aufiero
 
Mmmm....

I have been working on a couple of OLAP projects, finally the tools that
we have used to browse the reports are SSRS and Proclarity Analytics
(Professional edition, no I think it's named PPS).

But the scenario that yo uare commenting (auto refresh when data changes)
I haven't seen it directly implemented on this tools.

To make this "Is Data changed" check on the client side I would:

1. If the page showing the data has to show other information, just use
AJAX ASP .net and call a web service from the javascript side asking if there
has been changes, in that case perform a post (or update panel) in order to
update the page).

2. If you are just showing a gird (or an embedded SSRS report on an
iframe), you could wrap it in an update panel and set a property on that
panel to check for update on the server every X seconds.

Good luck
Braulio

/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------
 
i'm sorry, my original post was unclear. i'm looking for a consultant who
wants to work on this project. i do appreciate your advice though!
 
Back
Top