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:627633
More Search Options
RSS Available
Matching Posts
Re: My AutoComplete doesn't work
Hi, The autocomplete not working is the least of your concerns. Can you tell me where you are going to deploy this application ? If its an Internet application , then please give me the URL for this . P ublic Function GetCompletionList2( ByVal prefixText As String , ByVal count As Integer ) As String () Dim cmd As New SqlCommand( "SELECT Name FROM Country WHERE Name LIKE '" & prefixText & "%'" , cn) imagine if I pass in this query string .. prefixText = "10
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 10/10/2008
Re: General Question about extender functions
Hi, The behaviorID is not mangled by the control's naming container. In other words , the BehaviorID does not change across master pages
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 10/9/2008
Re: General Question about extender functions
Hi Leo , The basic pattern is that every extender has a property called as BehaviorID and you can access any functions on the behavior by getting a handle to the underlying behavior using the $find funciton. Ex: <Atk:AutoCompleteExtender Id="something" BehaviorID="aceBehavior" ....... /> function pageLoad() { var aceExtender = $find("aceBehavior"); alert(aceExtender.get_serviceMethod()); } The functions and properties you can access are described in the chm file
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 10/7/2008
Re: List of client side function of extenders and controls for client side
Here you go , this is an initial draft to document the controls. Documentation for the AjaxControlToolkit
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 8/27/2008
Re: List of client side function of extenders and controls for client side
I wrote about how to discover the APIs and methods available here : How Do I learn more about the AjaxControlToolkit Controls ?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 8/19/2008
Re: How to get a data from database in accordian control using asp.net2.0
Hi, Can you please elaborate what you have tried so far to achieve this ? If we have some details about your implementation so far, we can help you along.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 8/14/2008
Re: Animation on Timer's Tick Event
yeah, you would have to include the scripts manually in the ScriptManager to be able to use the AnimationExtender from script if you dont have the markup for the extender in the page , See : Using MS Ajax Animations From the Client-Side
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 8/13/2008
Re: Animation on Timer's Tick Event
You can manually kick off the animation using the Play method . reference : MS AJAX AnimationExtender : How Many Ways Do I Play thee ? ( Updated )
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 8/12/2008
Re: Executing query on mouse hover using AJAX Animation Extender Control
Here you go , onmouseover Event Calling Web Services from Client Script in ASP.NET AJAX
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 8/6/2008
Re: AnimationExtender - FadeIn FadeOut
Hi, You will need to specify the Duration for the last animation in the sequence. Your flow should be : <Sequence> <Color PropertyKey="backgroundColor" StartValue="#3c5212" EndValue="#e2edbb" /> <Color AnimationTarget="ThanksMessage" PropertyKey="color" StartValue="#e2edbb" EndValue="#3c5212" /> <FadeOut AnimationTarget="Thanks" duration="3000" /> </Sequence> Dunno if this is the
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Phanatic
on 8/5/2008
Page 1 of 40 (396 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
ASP.NET:
Hanselminutes Podcast 186: .NET Debugging 101 with Tess Ferrandez
TechNet Edge:
WinRE and free stuff with Sean Kearney
WindowsClient:
XslCompiledTransform and large template elements
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online