Cannot create page method "GetCompletionList"?
Hi,I am using the link below to try and do an autocomplete textbox:http://www.asp.net/ajaxlibrary/act_AutoComplete_Simple.ashxWhen I try to add an autocompletepagemethod I get the error "Cannot create...
View ArticleError: Could not load file or assembly 'AjaxControlToolkit,...
Hi,We have successfully integrated the AjaxControlToolkit into our beta website. I installed the latest release for .NET Frameowrk 2.0 from here:...
View ArticleAjax Autocomplete not working
Hi,I am using the code below to try and get the ajax autocomplete to work but nothing happens when I start typing? When I start typing "sta" it doesnt show me suggestions?Imports System.Web.Services...
View ArticleError: does not contain a script with hash code "3cf12cf1'".
We are seeing quite a few of these errors on our site.AjaxControlToolkit Assembly "AjaxControlToolkit, Version=4.1.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" does not contain a script...
View ArticleLoosing focus after autopostback in Listview
I have a listview with 5 textboxes. In the first box I have a javascript that riggers the autopostback after 6 characters are entered. I need it to jump to the next textfield after that or just...
View ArticleNewbie question ... asp.net forms / update panel / back button?
Hi,I'm developing a shopping cart "like" asp.net site. I'm storing the shoppers cart and cart items in a sql db.I've opted to place an update panel on the master page header to display the current...
View ArticleMultiView Control with UpdatePanel Issue
Hi,I am using MultiView Control and i am using UserControl in the view.Here the issue is, when i click on the button inside usercontrol,it is not firing.(but when i remove the update panel it works...
View ArticleModalPopUp Coming at one point and not coming at another
Here is the scenario, I have 3 Modal popextender on my web page, all are for different use, pops up on different buttons click.Somehow, for a particular type of user, this modal popup extender not...
View ArticleCould not load file or assembly 'System.Windows, Version=2.0.5.0,...
Hi I am working on asp.net framewrok 4.0I have included scriptmanager in my master page.But i am getting following errorServer Error in '/MyApp.Web' Application.Could not load file or assembly...
View ArticleAjax Modal popup Extender - Infinite Scroll bar Issue in IE 8
I am using Ajax Modal popup Extender(version4.0.30319) in my application.After Modal popup extender comes up, an infinte scroll bar is appearing in IE browser.when i use scroll bars to see the popup...
View ArticleAJAX AutoComplete Extender Not Working
Hello Guys,To Start with I want to implement suggestion dropdown in my textbox based upon the records stored in my sql server database..I googled and found out that Ajax autocomplete extender will be...
View ArticleAutoCompleteExtender nested in GridView not working in Chrome -- UPDATED
UPDATE 6/24/13:Hello,I have determined that the dropdown is working in Chrome after all, but Chrome's interpretation of the CSS styling is FUBAR. Here's my CSS for the autocomplete list itself. I'm...
View ArticleDynamic ConfirmButtonExtender?
Is it possible to have a single generic ConfirmButtonExtender (and ModalPopupExtender)?I have a page with variuos goodies (Accordion, GridViews, FormViews, etc) and want to be able to invoke the...
View ArticleHow to use ajax show a gridvew
Hi: I have a gridview with many data, I want to use ajax , anyone can give me some suggesting ,thank you!
View ArticleAjax Autocomplete not firing when context key is set?
Hi,I am trying to pass an additional parameter so that when the user selects a state from the drop down, the textbox with autocomplete will only show results where it = the selected state. For some...
View ArticleAsyncFileUpload getting Unresponsive Script on FireFox 22.0
On FireFox 21.0 it works fine. Last night, version 22.0 was released, and now all pages with a AsyncFileUpload control gets the "Unresponsive Script" popup. I'm trying to recompile with the new June...
View ArticleAutocomplete populate textbox based on selection
Hi,Is there a way that on the autocomplete extender I can know when a user has selected an item?
View ArticleAjaxFileUpload: how to customize blob name when uploading to Azure?
The update of AjaxFileUpload to support uploading directly to Azure blob storage is very cool. However, it looks like the uploaded blob name is always the client file name, relative to the container...
View ArticleUpgrading from vs2005 to 2012 ,Getting
Hi All.I am upgrading my application from VS2005 to VS2012when i select Target Framework = Farmework 4.0I am getting below error. 0x800a139e - JavaScript runtime error: Sys.InvalidOperationException: A...
View ArticleUnable to get the ID of the selected item in an autocomplete textbox
Hi,I am using the following code to populate textbox2 with the selection from textbox1. Is there a way that I can just populate it with the row/record ID? The code below just copies the text from...
View Article