autocomplete extender not working
Hello,I m trying to add autocomplete extender in code without using webservice i get the list but it not displaying in final resultMy code is as Following.aspx code----<%@ Page Title=""...
View ArticleDouble-Click required to set focus to UserControl(s)
I have a form that has selectable tabs on the left, and a panel to the right that contains user controls. The user controls are basically just forms. The tab on the left basically controls which user...
View ArticleUpdatePanel does not update when triggered by GridView
Hi,I have a gridview in an updatepanel. The updatepanel's updatemode is set to conditional. I have a routine called GridView1_RowCommand that I associated with the gridview with the attribute...
View Articlehover menu extender not showing up where it is supposed to be
Situation: I have made a navigation menu using div's and asp:LinkButtons. I would like to use the ajax toolkit to make a hover menu extender showing a panel underneath each div.Problem: My hover menu...
View ArticleAjax AutoCompleteExtender .. Need to collect data from my SQL compact database.
Hello,I've got an Ajax AutoCompleteExtender that I seem to be having trouble with. I followed a basic implementation tutorial..http://www.asp.net/ajaxlibrary/act_AutoComplete_Simple.ashx .. and I was...
View Articlehow do I insert an image thats on my site already into editor control
I am using the editor control, and I find that I can paste articles in, with images. For instance, if I paste an article in from the "New York Post", the images appear, and the underlying link is to...
View ArticleUpdating slider position
The following snippet demonstrates a slider extender and link button I have that I want to work together:<asp:ScriptManager ID="smTestSlider" runat="server"></asp:ScriptManager><script...
View ArticleUsing Editor to support Spanish characters?
I recently switched from freetextbox to the built in Ajax editor because of issues ftb had with update panels. The Ajax editor works great except for one problem, it messes up my spanish characters....
View ArticleImproving the Performance of an ASP.NET page
Hi everyone,I need your suggesstions and idea's to improve the performance of an asp.net webpage(.aspx). That page have list of below controls and etc.,1. Gridview controls.2. User controls.3. Modal...
View Articlepreload CheckedImageUrl for ToggleButtonExtender?
hellohow can i preload the checked image, CheckedImageUrl, for a ToggleButtonExtender connected to a asp:CheckBox control when the page is first served to the client so that when the user clicks on the...
View ArticleHide UpdateProgress using C# code behind
I have 3 UpdateProgress with one Update Panel. And I want to call everyone on spefic condition only.So how to hide remaining 2 ProgressBar when 1 is already there.I tried UpdateProgress.Visible =...
View Articleinject script for add_populated of the Cascading DropDown
I have a user control in which the cascadind dropdowns are created dynamically. I want to associate the add_populated of the cascading dropdown to a clientside method. I am not able to initialize it on...
View ArticleCascading dropdown with gridview
A little background: there is an issue within the gridview control that prevents you from binding the second control when creating a cascading dropdownlist without the ajax toolkit. It is somewhat...
View ArticleUpdatePanelAnimationExtender - how do I trigger than animation from C# (or...
I need the animation to run, depending on other conditions not relevent here, without physically pressing the CallButton (which does make the animation run). I've tried hitting the other buttons...
View Articlemutltiple cascading dropdownlists default values
This cant be THAT hard: I have 3 cascading dropdownlists, A, B and C. I have saved the data correctly to my DB, value for A=4, value for B=3 and value for C=3 Now when I load my page, I want to set...
View ArticleUpdatepanel Error in IE
I am using updatepanel in a page. But it give error "Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException".There is not Response.Write on page. I have tried by setting...
View ArticleJune 2013 AjaxControlToolKit Issue with MaskedEditExtender
I just recently downloaded the June 2013 version of the toolkit. Now validation of any field that uses a MaskedEditExtender no longer works in my application. This would be specifically for zip and...
View ArticleIncluding font name and insert image in HTML Editor extender.
I want to add "Segoe UI" font in the HTML editor extender font family dropdown. So I have downloaded the latest source from codeplex...
View ArticleArrange Images Position in Asp.net
i have developed an application in which the gallery of each model is shown. for example http://modelspk.com/ainy-jaffri-model21 currently the images are being shown on the right side hence leaving the...
View ArticleCannot find button inside an accordion which is inside an update panel
I have a button inside an accordion which in turn is inside an update panel.I have a file upload control inside this pane. <cc1:AccordionPane ID="pane9" runat="server" Visible="false">...
View Article