0
votes
1answer
18 views
how to style last element in response list from autocompleteextnder service
am using autocomplete extender list ( ajax toolkit ). When number of items returned are more than 10 I want to show message as "more.." with red color at the end of list. What is simplest way to style …
0
votes
0answers
9 views
how to style last element in response list from autocompleteextnder service
I am using autocomplete extender list ( ajax toolkit ). When number of items returned are more than 10 I want to show message as "more.." with red color at the end of list. What is simplest way to …
0
votes
1answer
38 views
autocompleteextender not working on vb.net
hi
i have use ajax autocompleteextender on vb.net it is fine work on c# but not working in vb.net so if any solution then sujjest me
thanks
1
vote
3answers
92 views
JavaScript - How do I call a function from a string name and pass an array object?
I've got a user control which lets users provided their own script names that are called by the control on specific events.
I have the following code:
initialize : function()
{
// Call the base …
0
votes
1answer
435 views
AJAX C# AutoCompleteExtender contextKey
How do you dynamically pass parameter/control to contextKey?
<asp:TextBox ID="tbA" runat="server" autocomplete="off"></asp:TextBox>
<asp:TextBox ID="tbB" …
0
votes
1answer
80 views
Ajax AutoCompleteExtender.. can I pass two strings to my webmethod?
I got it working where I pass a string to my webmethod and it does a nice auto complete box...
But now I need to pass two strings to help filter the results. What is the best way to do this?
0
votes
3answers
328 views
ASP.Net: Element <name> Is Not A Known Element
I've been trying to use the AutoComplete Extender from the ASP.NET Ajax Control Toolkit, however I've been having tons of trouble getting it to actually work.
To install the AjaxControlToolKit, I've …
0
votes
1answer
866 views
ASP.NET Ajax - Autocompleteextender control appears behind other controls
To be specific I have a search form with an autocompleteextender at the top. When you type in a string, it autocompletes with matches in a drop down as expected.
The problem is that a couple of …
0
votes
2answers
1k views
Can I use the AJAX Autocomplete extender *without* a webservice?
Using ASP.NET 3.5 with VB codebehind.
I don't want to use a webservice to populate an autocomplete extender on a textbox. In this case, it's where the user is entering email addresses and I don't …
0
votes
1answer
51 views
Can I have an MVC Action as a ServiceMethod for an AutoCompleteExtender?
Assuming Tools is my Controller, I specify '/Tools' in the ServicePath, and the action name 'GetToolsList' in the ServiceMethod. Can I fire an AutoCompleteExtender this way? How would I be able to …
1
vote
1answer
355 views
Customizing an AJAX AutoCompleteExtender with a checkbox
I wanted to implement a multi-select AutoCompleteExtender that displays a checkbox on each row. I found some examples that implement checkboxes in dropdown lists, but nothing involving the …
0
votes
2answers
1k views
AJAX AutocompleteExtender isn’t working. Web Service works.
This is c# .net 2.0. I am using a masterpage.
The WebService works fine on its own.
I am completely stumped. When I type in the TextBox, nothing happens.
Files:
EditTicket.aspx
AutoComplete.asmx
…
0
votes
3answers
214 views
ASP.net AJAX Control Toolkit will not recognise my specified css classes in the autocomlete extender?
I am trying to specify CSS classes for the autocomplete control:
CompletionListCssClass="completionListElement"
CompletionListItemCssClass="listItem"
…
0
votes
2answers
862 views
ASP.NET 3.5 AJAX AutoCompleteExtender - How do I get it filling in all controls?
Preamble:
I am using ASP.NET 3.5 and AJAXControlToolkit. I am trying to use the AutoCompleteExtender on a control I am writing which is an Address control.
The Address control has a bunch of …
0
votes
1answer
403 views
Ajax Control Toolkit AutoCompleteExtender stripping zeroes and coming up with phantom values
I am using the AutoCompleteExtender from the Ajax Control Toolkit and it is behaving stragely.
My service method is shown here:
[System.Web.Services.WebMethod]
…
