473,378 Members | 1,671 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

slimmed .NET AJAX controls?

I'm getting complaints on one of our internal tools about to many
postbacks to validate time/date input. Currently I just have some
DropDownLists with H/M/M etc.

I started looking at the MaskedEdit control, and while its free after
load it has a huge list of ScriptResource hits on the server. My
roundtrip on that initial call is near 5 times as long as a single
post back without the AJAX control.

I have 9 of these on each postback.

<script src="/ScriptResource.axd?...

All of them are pretty small in size, but they each have the new
connection overhead.

Is there a way to group the calls?

The actual validation after its all said and done doesn't post back,
so I'm confused as to why it needs all these requests if it has the
javascript it needs after the initial load.

Aug 14 '07 #1
1 1118
With AJAX from Microsoft you can specify that you want to use "static"
scripts and not the ones from resources (.axd extension)
I think it's achieved by providing ScriptFolder in Script Manages.
Then you can add caching meta tags and IE will not ask for those anymore.

George.
<to*****@gmail.comwrote in message
news:11**********************@m37g2000prh.googlegr oups.com...
I'm getting complaints on one of our internal tools about to many
postbacks to validate time/date input. Currently I just have some
DropDownLists with H/M/M etc.

I started looking at the MaskedEdit control, and while its free after
load it has a huge list of ScriptResource hits on the server. My
roundtrip on that initial call is near 5 times as long as a single
post back without the AJAX control.

I have 9 of these on each postback.

<script src="/ScriptResource.axd?...

All of them are pretty small in size, but they each have the new
connection overhead.

Is there a way to group the calls?

The actual validation after its all said and done doesn't post back,
so I'm confused as to why it needs all these requests if it has the
javascript it needs after the initial load.

Aug 14 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: nat | last post by:
Hi all, I was going to post this in the AJAX forum, but apparently someone posted an AJAX/C# question in there today and was told to try this forum instead. So here goes: I'm trying to figure...
5
by: geekboy0001 | last post by:
Just trying to get some opinions out there... There are tons of Ajax libraries out there... Ajax.NET Professional, ComfortASP.NET, ZumiPage, etc. etc... Microsoft has their own too, Atlas. I've...
2
by: K | last post by:
Hi, I have a web applicatian that used the Atlas Framework and was working fine (regardless of the bugs), but when I migrated to the Ajax ..NET Beta 1 and made the neccessary changes as described...
1
by: mark4asp | last post by:
Which should I use: 1. "ASP.NET AJAX-Enabled Web Site" or 2. "AJAX Control Toolkit Web Site"? In the first, controls from the control toolkit start as: <cc1:SomeControl></cc1> In the 2nd,...
10
by: =?Utf-8?B?WWFua2VlIEltcGVyaWFsaXN0IERvZw==?= | last post by:
controlsPlease could some of you here post some of your live examples of AJAX (esp drag panels, collapsable panels, and popup menu.) (It's one thing to talk about how great something is, but it's...
2
by: =?Utf-8?B?VG9u?= | last post by:
Hello, I want to understand teh benefits of ajax technology. Does anyone has a good website where AJAX EXTENSIONS is worked out so I really understand it. There a 2 main questions: 1) How about...
2
by: Cirene | last post by:
3 quick questions... 1. Are the controls in the AJAX Futures download "beta" or the release and stable version? 2. Also, where is the best way to learn how to implement these? (Other than by...
11
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.