Greetings,
I have an asp.net webpage with an modalpopupextender inside of an updatepanel. When I click Ok on the popup, I can get the textbox values from the popup just fine, but the DropDownLists have the old/default value, not the new value I have selected for them.
All the controls on the popup are set to enableviewstate = true, and...
The latest version of Microsoft's ajax library is only available as source code (not a dll).
It can be downloaded here: http://ajax.codeplex.com/sourcecontrol/network/Show?projectName=Ajax&changeSetId=49157
Does anyone know how i can actually go about building this into a library like the older (buggy) version?
All of the sln file...
hi,
Can the calendar control be customsised so that, say you have a system of renting out a holiday home. can the dates that have been booked appear as red and disabled on the ajaxcalendar control?
Cheers -- Jonesy
...
Hola, I have an app i'm building in c#, and i'd like to have the ability to have a user click a "more information" icon next to a field, which will then show a callout with some blurb about why the field contains what it does.
ideally it'd look a lot like the ValidatorCallout, but instead of being shown as a result of validation, it'll ...
Usual javascript files can be cached on a client-side if web server sets the expiration. If user has once downloaded it, it will be cached by his browser.
And what about AjaxControlToolkit ToolkitScriptManager? Are combined JS files cached on a client? How can expiration time be managed?
...
hi folks,
I asked a question a few days ago about how to customise the calendar extender of the ajaxcontroltoolkit library and got a response saying I should ditch the control kit for jQuery. I have to say I've heard jQuery being mentioned quite a bit and more importantly I've seen it as a requirement for an increasing number of web dev...
Hello,
I am working on a complex CMS which I have not written myself, which uses ASP.NET Ajax.
It seems that starting with ASP.NET 3.5 SP 1, the ScriptManager control in the ASP.NET AJAX Framework includes functionality for creating history points in an AJAX-enabled web page.
This creates a string at the end of the URL, used for this i...
Hi All,
I have a text box on a form and a calendar extendar is associated with it. When the value changes I am calling a web service with the new date. It seems as tho the textbox change event is being called twice. I have tried to track it down and it appears the even handler is only wired up once and I also tried using jQuery.unbind('c...
To save some time on discussing my problem you could check the demo below:
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx
I already checked the ListBoxExtender on the Ajax Control Toolkit but it wouldn't give me fine results.
What I want to do is to filter a listbox which is populate...
I am customizing the ajax html editor. I am creating a class which derives from ajax html editor, and overriding FillTopToolbar() method to have limited toolbar buttons. I am trying to use this in my aspx page.
<%@ Register namespace="Content" tagprefix="edit" %>
<edit:MyEditor runat="server" Width="100%" Height="250px"/>
I am able to...
I am getting [MethodError 500] when I use cascading drop down. below is my code
<tr>
<td >
Select a Hoster:
</td>
<td>
<asp:DropDownList ID="ddlFeaturedHoster" runat="server" ></asp:DropDownList>
</td>
</tr>
<ajaxToolkit:CascadingDropDown ID="cddHoster" runat="server" TargetControlID="ddlFeaturedHoster"
...
I have a master page than contains my ScriptManager.
On a child page i have an updated panel.
Inside the update panel there is a dropdowlist.
When i set the autopostback=true i get OutofMemory Exceptions.
All the time.
Please also note that I have AjaxControlToolkit set on my web.config.
Here is parts of my Code.
MasterPage.aspx
<ajax...
Hi,
I have some issue with the ASP AutoCompleteExtender control. I got one in my page that is working fine, but I have put another one in the same page, and I can't get it to work. Using HTTP Analyzer, no query is fired when I type into the textbox associated with it. Has anyone an idea?
Both call the same webservice, with a different ...
How can I create a tab panel series to be used interactively on a pagebuilder layout?
I am using Ektron CMS400 version 7.66. This code seem to keep my tab from showing on the page:(ucPageBuilder:PageHost ID="ucPageHost1" runat="server" />)
Thanks.
...
This is a new one I have never seen before. I have a gridview containing a bunch of categories that can be edited by clicking on the respective "Edit" link within the gridview. The modalpopupextender is then shown programmatically (.show() method) and the user is allowed to edit the category. Then the modal popup is programmtically hi...
I am having an issue when a page contains multiple ModalPopups each containing a ValidationSummary Control.
Here is the functionality I need:
A user clicks a button and a Modal Popup appears with dynamic content based on the button that was clicked. (This functionality is working. Buttons are wrapped in UpdatePanels and the partial ...
I'm maintaining an ASP.NET site where users can log on to register some set of data (for statistical purposes). One user registers data for a set of units, and for each of these units a set of forms are to be filled out (with a handful of fields in each form, but that doesn't matter here). One scenario is that a user has 12 units, and in...
Hi,
I am working on customizing the ajax html editor. I got succeded when i use VS 2008/10 selecting the "Web Site" as the template to create my asp.net application. But the same is not working when i create an asp.net application with Web Applications as the template.
The problem i am facing here is, when we try to customize any edi...
I'm trying to use Ajax Control Toolkit's Autocomplete extender with a WCF Service.
This question is almost what I'm looking for, one of the answers points to a tutorial but I can't get it to work.
In my solution I have a web form application project and a WCF service library project.
One of the properties of the Autocomplete extender ...
Hello,
I got a portion of the website that calls out to a web service and some other external requests and I decided to turn this into asynchronous model (to free up threads so they can process other requests) and everything is working fine, everything executes but...
When everything completes I am calling a modalpopup extender servers...