The controls that I was testing was part off the toolkit
Hi,
According to my understanding, you noticed a .js file with size of 250 KB was downloaded.
This is the correct behavior. Actually, AJAX is implemented with javascript, which will be responsible for sending request asynchronously, update contents on the web form. And there are also a lot auxiliary methods and objects.
So, it's normal to see this.
Just pay attention to changing the debug mode to false in web.config before you are going to deploy your application.
I would like to know if this .js will be downloaded at each post in the page? For navigation between different pages that use Ajax technology .js will be downloaded several times? What I expected is that .js was to be downloaded only once. But my tests don't show this! Am I correct? Or I am loosing something Thank you Very Much
You need to set debug to false in web.config.
No comments:
Post a Comment