Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:205763
More Search Options
RSS Available
Matching Posts
Re: Sys.CultureInfo.CurrentCulture Doesn't Work.
Are you using the MicrosoftAjax.js that comes with 4.0 Preview 4? If you use the one the script manager automatically includes, you are going to see several problems. This is the script reference that you need: <scriptreference name="MicrosoftAjax.js" path="~/path/to/your/microsoftajax.js" scriptmode="inherit"/> UPDATE: ignore that, it won't fix it. The team is looking at this problem, which is due to the fact that you don't have the server-side of this
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
bleroy
on 7/30/2009
Re: JS Minification
That is an excellent question and I wish I could give you a better answer than what I'm about to write. We are using an internal tool that has worked very well for us over the past few years but that we're not quite ready to release yet. We thought it was better to provide minimized scripts without the tool than nothing at all, which were unfortunately our only two options at this point. It is still possible to build a similar package yourself using an external tool as you've done. Why
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
bleroy
on 7/2/2009
Re: 'sys' is undefined
You're just hiding the problem. There is no way this can work. You need to fix your web.config to make the real scripts be served by the real web resource and script resource handlers.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
bleroy
on 5/11/2009
Re: How to use the MaskedEdit component in .html file (no script manager, no server side controls)?
While not strictly necessary, the call to Application.initialize() makes startup times a little shorter. If you don't include that call, the initialization will happen on document load, which happens after all resources (including images) have loaded. Including the inline call is a cheap way of getting a small perf boost. The {{ }} does indeed have to be used on most of those properties that expect a type other than string so that the declarative engine can set the right object instead of its
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
bleroy
on 4/9/2009
Re: How to use the MaskedEdit component in .html file (no script manager, no server side controls)?
You're right, I'm getting the same thing. Try this: <!DOCTYPE html> < html > < head > < title >Instantiating masked edit in an html page.</ title > < script type= "text/javascript" src= "Script/MicrosoftAjax.debug.js" ></ script > < script type= "text/javascript" src= "Script/MicrosoftAjaxTemplates.debug.js" ></ script > < script type= "text/javascript" src= "Script/MicrosoftAjaxAdoNet
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
bleroy
on 4/8/2009
Re: How to use the MaskedEdit component in .html file (no script manager, no server side controls)?
This worked for me (paths are different, but that hardly matters): <!DOCTYPE html> < html > < head > < title >Instantiating masked edit in an html page.</ title > < script type= "text/javascript" src= "Script/MicrosoftAjax.debug.js" ></ script > < script type= "text/javascript" src= "Script/MicrosoftAjaxTemplates.debug.js" ></ script > < script type= "text/javascript" src= "Script/MicrosoftAjaxAdoNet
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
bleroy
on 4/8/2009
Re: ASP.NET AJAX 4.0 - High-End E-Commerce Web Site
Sure.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
bleroy
on 4/6/2009
Re: ASP.NET AJAX 4.0 - High-End E-Commerce Web Site
I know of at least one very high profile e-commerce app that's being built on client templates as I'm writing this.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
bleroy
on 3/20/2009
Re: ScriptManager CompositeScript Error: A script reference cannot be included multiple times in composite script references
A user control can register script references just as well as any other control, which will result in the ScriptManager removing duplicates. Combining the combinations in master and contents pages would often defeat the purpose of script combination actually as it would result in the common scripts being cached twice and likely worse performance. It is ultimately the application developer's responsibility to determine what combinations will result in the best performance. Making those decisions
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
bleroy
on 2/20/2009
Re: ScriptManager CompositeScript Error: A script reference cannot be included multiple times in composite script references
So no, we are not looking for duplicates across script combinations. When you are building your combined scripts in a content page, you should not include scripts that are already in the master's combination. The script manager will still make sure no scripts that are in any of the combinations are duplicated as individual script references. The point of removing duplicates is that the page developer might not even know what script references are being added by components, and more than one component
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
bleroy
on 2/12/2009
Page 1 of 227 (2264 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online