This is a migrated thread and some comments may be shown as answers.

Success with Prometheus?

1 Answer 147 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Patrick Cravens
Top achievements
Rank 2
Patrick Cravens asked on 21 Dec 2007, 01:32 PM
Hello. We currently use RAD Controls extensively throughout our site but have been having issues with RAD Controls running slow and we get constant viewstate errors. We are hoping that upgrading to Prometheus will be a good solution.

If you have implemented Prometheus into your production environment can you please share your thoughts and let us know if you have run into any problems?
Prometheus appears to be in a very solid beta release but we're still looking to get some feedback before we implement a beta product into production. Any info you can provide will be greatly appreciated!

This is the viewstate error that we keep getting...
Server Error:
System.Web.HttpException: Invalid viewstate: Missing field: __VIEWSTATE11. at System.Web.UI.Page.get_RequestViewStateString()

1 Answer, 1 is accepted

Sort by
0
Shaun Peet
Top achievements
Rank 2
answered on 21 Dec 2007, 06:23 PM
Hello Patrick,

First off, I will tell you that making the switch from classic to prometheus will not be as easy as updating the dll and the tag prefixes.  I would describe prometheus as "mostly" backwards-compatible but there will be a few areas where the server-side code will need to be revised and likely several client-side updates (if you've been using alot of client-side code).

Now, all that being said, I strongly believe it is worth the effort to do the upgrade.  Furthermore, if you're using classic radEditor anywhere, then it becomes a no-brainer.

So to answer your questions directly, yes I have implemented the prometheus controls in production (virtually ever since the very first release) and have incrementally updated my projects in tune with the incremental growth of the prometheus suite.  In doing so, I have been able to chop anywhere from 10% to 40% off the size of any given page, depending on the type of radControl being used and the number of them.  Again, by far the biggest performance increase is in the radEditor, but the radGrid also has significant improvements.

On top of that, if you are using alot of the ASP.NET AJAX framework already or the ASP.NET AJAX Control Toolkit, or any other controls built on top of the framewor, then it becomes easier to integrate prometheus with those other controls.

Now, with respect to the viewstate errors you mentioned - those errors may not have anything to do with the radControls at all.  There's lots of ways to get a garbled viewstate, each of which has a different solution.  For example, if you have a button on a big page and click the button before the page has completely loaded, chances are the viewstate will be invalid.  In that scenario, the advantages of having less markup rendered via prometheus controls helps to mitigate that error.

Hope that helps,

Shaun.
Tags
General Discussions
Asked by
Patrick Cravens
Top achievements
Rank 2
Answers by
Shaun Peet
Top achievements
Rank 2
Share this question
or