Showing posts with label running. Show all posts
Showing posts with label running. Show all posts

Wednesday, March 28, 2012

How do I tell which version of atlas Im running?

Hi, Im running an old version of Atlas, and I need to upgrade it to I guess the latest ajax.net right?

There are instructions on hompage for upgrading from "ctp" to "rc" or from "beta 2" to "rc". How do I tell what version I have and what version do I want to upgrade to?

Also, with this upgrade, with that also upgrade my atlas control toolkit?

Thanks, sorry so noobish, I just want to make sure i upgrade this right the first time, thanks.

Joeybagadonutz:

Hi, Im running an old version of Atlas, and I need to upgrade it to I guess the latest ajax.net right?

There are instructions on hompage for upgrading from "ctp" to "rc" or from "beta 2" to "rc". How do I tell what version I have and what version do I want to upgrade to?

Also, with this upgrade, with that also upgrade my atlas control toolkit?

Thanks, sorry so noobish, I just want to make sure i upgrade this right the first time, thanks.

The web.config file should be upgraded automatically when installing the new version. The old controls on toolkit need to be remove manually and the new controls need to be added manually. Hope that helps.


and will my old controls still work?

If I completely backup my existing project before upgrade, and this upgrade breaks my projects, can I just reinstall the old version again to restore?


Joeybagadonutz:

and will my old controls still work?

If I completely backup my existing project before upgrade, and this upgrade breaks my projects, can I just reinstall the old version again to restore?

I never had any problem with its upgrade so I wouldn't know if you can downgrade it or not. Your old controls need to be removed. They will not work due to the changes in web.config file.

Wednesday, March 21, 2012

How can I optimize using ASP.NET with ajax control toolkit ?

-I have finish a web application. But when I launch it . It was running slowly. I can't understand what's happen in my web application.

-I'm using SQL Server 2000. My database have approximately 40,000 records. I used DataTable to store all records which I got information from database and using gridview , datalist control inside update panel.

-Especially my web application often use ModalPopupExtender to Insert or Update some informations.

-Could you show me how to optimize my web application with asp.net?

Thanks in advance !


There is no magic cure for making a website run fast. You will have to look at the page size, the objects you are storing in memory, enable tracing on the page to see where bottlenecks may occur and look at the speed of any database queries you are running (i.e. look at the execution plan of your stored procedures).