DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Tue, 14 Aug 2007 11:27:57 -0700,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    unknown
          2    George Ter-Saakov


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.
Date:Tue, 14 Aug 2007 11:27:57 -0700   Author:  

Re: slimmed .NET AJAX controls?   
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.


 wrote in message 
news:1187116077.063409.172640@m37g2000prh.googlegroups.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.
> 
Date:Tue, 14 Aug 2007 16:16:05 -0400   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us