Contents of HTMLEditor Extender changes
I am trying to send bulk email, creating body of message using HTMLEditorExtender. If I enter plain text in body without using formatting Email is sent correctly. If I copy and paste as an html table...
View ArticleCan not show Modal Pop-up extender
Hi ,I am opening modal pop-up extender "MD1" from my C# code . If users clicks on Submit button in that MD1 pop-up , i need to hide this pop-up and show the sucess Modal pop-up MD2.I am able to show...
View ArticleModalPopupExtender Scrollbars
I have a modalPopup which works perfectly. The problem is, it's a little too high for some users screens. I need the popup to scroll when the screen happens to be too short. I've tried getting creative...
View ArticleMaskedEditExtender & MaskedEditValidator not working on deployment server
Hello,In my code i use a MaskedEditExtender & MaskedEditValidator to validate an input. On my locale machine there is no problem and everything functions like it should, but when i transfer my code...
View Articlescriptmanager.SetFocus(control) not working in AJAX panel
I am trying to set the focus to a text box in a panel with a CollapsiblePanelExtender. I am using the following in the code-behind (TextChanged event):Dim ctrl As Control =...
View ArticleAjaxFileUpload (error)
Hi. i Have a very strange problem. I'm using a AjaxFileUpload inside a FieldTemplate with DynamicData (ajax.ascx file)When i use it in a list.aspx page (inside a gridivew cell) everything works...
View ArticleUnable to Access UpdateProgress Control via JavaScript
I am trying to display an UpdateProgress via JavaScript, however the JavaScript keeps erroring out with "Object Expected". I know that the client ID of the UpdateProgress is correct. What am I missing?...
View ArticleDatabase not updating .Why?
//update the customer selected from grid /////////////////updation of data/////////// SqlConnection con5 = new SqlConnection(); SqlCommand cmd5 = new SqlCommand(); con5.ConnectionString = @"Data...
View ArticleCollapsiblePanel Only Display Images?
Hi guys,Could anyone tell me if the CollapsiblePanel extender only displays images in its expanded panel?Looking at the properties, it seems to be all it does, which is very limiting in function.Can it...
View ArticleAjax Calendar Not Showing Month and Year Selection If There Is Master Page
Hi,I am creating a web application which require user to key in some date. I have tried to use ajax calendar extender for this but having a problem. This problem is due to my asp page linked to a...
View ArticleAsp.Net Ajax timer issue
Hi,I am Ashok Kumar,I have created an online exam website where i want to implement ajax timer. I have written the code but the problem is I am initializing a session with adding no of seconds for the...
View ArticleError Invalid character in a Base-64 string after upgrade ajaxtoolkit from...
Hi all,I was upgraded the ajaxtoolkits for my existing application because there was a new request to use AsyncFileUpload from 1.0 to 3.0. Yet, I was thrown by an error Invalid character in a Base-64...
View ArticleAjax AsyncFileUpload Using a different control to trigger the browse button...
Hello,I'm trying to create a custom control. (with Ajax and some jquery js)The control has a custom styled button that is visible and a AsyncFileUpload control that is not (transparent).When the user...
View ArticleAjax Calendarextendar and updatepanel
Hi,I have added calendarextendar inside updatepanel, but it is not working properly. When I select date it will work.After a postback the date become invalid(eg:0008/20/12). Why this is happening?Pls...
View ArticleAutoComplete Extender is not working with Asp.net web applicaiton
<form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> <Services> <asp:ServiceReference Path="~/EmployeeService.asmx" />...
View ArticleBizarre UpdatePanel behaviour - What renders on page is showing differently...
Hi,I have some a textbox and a button in an updatePanel. On page load i run a function called loadNumber(). When the button in the updatePanel is clicked it also runs the loadNumber function. The...
View ArticleSetting text in JavaScript for HTMLEditor after Page was loaded
Hi!I was trying AjaxControlToolkit and find it very useful, so thanks for that!Unfortunately I have one trouble with AjaxControlToolkit.HTMLEditor.I need to put some text in editor after page was...
View ArticleHow do I lazy load User Controls with TabContainer OnDemand?
This is cross-posted to stack overflow, but I realized that the forum may be a better place for this.In Stephen Walter's example, the SqlDataSource's selecting event doesn't execute until the second...
View ArticleAutoComplete Extender with show more options
We currently have auto complete extender to display medications to users as they type.we would like to limit the medications displayed to a subset of the compelete medications based on some conditions...
View ArticleHow to close gaps between different AccordionPane?
I'm trying to close the gape between two AccordionPane when using Accordion control.As shown above; I want these three panes to start right next to each other instead of a 5px gape.
View Article