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:653034
More Search Options
RSS Available
Matching Posts
Re: Using skin-file in AjaxExtender.....
Hi, Take a look at SampleWebSite\App_Themes\SampleSiteTheme\CollapsiblePanel.skin included with the SampleWebSite project. Thanks, Ted
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 7/13/2007
Re: How do I play the animation on control B when hovering over control A?
Hi, Take a look at the Animation Target section of the Using Animations walkthrough . Thanks, Ted
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 7/13/2007
Re: Programmatically defining the FilteredTextBoxExtender FilterType Property
Hi, It's a flag enumeration . In ASP.NET's declarative markup you can specify multiple values with commas, but in C# you use the bitwise or operator |. For example, myExtender.FilterTypes = FilterTypes.UppercaseLetters | LowercaseLetters. Thanks, Ted
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 7/13/2007
Re: 'ContextKey' is not a valid attribute of AutoCompleteExtender
Hi, Do you have the latest version of the Toolkit? Those properties were added pretty recently. Thanks, Ted
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 7/13/2007
Re: EnableAction Animation Only Disables Controls Once
Hi, You can always report toolkit issues at http://www.codeplex.com/AtlasControlToolkit/WorkItem/AdvancedList.aspx . Thanks, Ted
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 6/14/2007
Re: AJAX Control Toolkit on IE5?
Hi, I don't think IE5 supports advanced AJAXy things like XmlHttpRequest, etc., so you'll probably never be able to get parts of the Toolkit to work in IE5. Thanks, Ted
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 6/14/2007
Re: ListSearch with ~15,000 items under dropdownlist
Hi, Get the full source version of the Toolkit and look at the AjaxControlToolkit\ListSearch\ListSearchBehavior.js file. You can experiment with moving the _isSorted check (line 242) from _onKeyDown to initialize (remember to rebuild when you change one of the scripts as they're embedded resources). I think this would help fix the delay you're seeing the first time a user accesses the list. Thanks, Ted
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 6/14/2007
Re: Dropdown list appears above Animation Control
Hi, This is an IE issue that every web developer comes across sooner or later. IE is using an actual Win32 combo box control, so it doesn't have the same flexibility with layering and it will always draw the combo box on top... unless of course you put another Win32 control above it. You can work around this by placing a transparent IFrame behind whatever you're moving to the front. We do this in PopupBehavior.js - take a look at the addBackgroundIFrame function. You could modify this function
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 6/8/2007
Re: AjaxControlToolkit.Animation javascript examples
Hi, onEnd is a method you can override inside the animation that is called at the end of the animation (kind of like OnLoad vs. Page.Load in ASP.NET)... but since you're not inside the animation class, what you want is something more like: a.add_ended(allDone);. Take a look at Bertrand's recent blog post on subscribing to events for more details. Thanks, Ted
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 6/8/2007
Re: Do Control Extender "Require" AJAX Control Toolkit?
Hi, The ExtenderBase folder is what you want. That's where the base class and base script class live. Thanks, Ted
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ted Glaza [MSFT]
on 6/8/2007
Page 1 of 84 (839 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
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!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online