How to disable ListBox whch has ListSearchExtender, behind code?
I was trying with regular disabling likeListBox1.Enabled = False, but not working.<asp:ListBox ID="ListBox1" runat="server" Width="125px" Height="110px" style="font-family: calibri; font-size:...
View ArticleMaskedEditExtender
Hi,Im using the MaskedEditExtender and TextboxwatermarkExtender for Date format.My Date Format is Only Month and Year<abd:MaskedEditExtender ID="creg" runat="server" TargetControlID="tderbox"...
View ArticleWorks on local machine, not on server: Could not load file or assembly...
hi there, i need your help.In my application I've in the folder bin the AjaxControlToolkit.dll, but when call the page in the browser I've this error, why? can you help me?Works on local machine, not...
View ArticleAJAX CascadingDropDown - Method Error 500
I downlaoded the sample code accompanying the "Cascading Drop Down Control to Access a Database" AJAX Toolkit video, and added the datasets from the sample code to my application running in VS2008 and...
View ArticleSave text and image via html editor
Can anybody please suggest me how to save both text and image using Asp.net Ajax HTML Editor. I careate one. By my it only able to save image but failed to reply.Please suggest how to save and retrieve...
View ArticleProblem with IE10 and Ajax TabContainer
Hi, I cant change tabs in an Ajax TabContanier with Internet Explorer 10. I must to change in compatbility mode to fix this. Wha can I do???
View ArticleHow to use HTMLEditorExtender in asp.net
I wat to use HTMLEditorExtender in my code but it gives error messege that object is null so please tell me how can i use HTMLEditorExtender.
View ArticleThe script 'Timer.js' referenced multiple times
My company's website uses the AjaxControlToolkit in a few different areas. I was assigned a project that required using an updated version of the toolkit. (the previous version's textbox Calendar...
View ArticlePARTIAL POSTBACK
I am a newbie and uptill now i have learned a lot from google however i've now stuck. I've constructed a dropdown list which includes three different selected items which display / hides the textboxes...
View ArticleAutoCompleteExtender in ascx doesn't works..
I've this set:AutoCompleteExtender (4.1.4.0) in update panel in user control (ascx) and webservice under his ascx.vb and doesn't works.So I've tested the same markup and webservice method in a simple...
View ArticleModalPopupExtender did not call with accordion panel
Hi,I am using Modal Popup Extender in one of my web page. I am using Modal popup extender to display message in attractive way. My Web page use accordion panel. When i press the save button my modal...
View ArticleScriptResource.axd file error
My application keeps giving me an error i in the ScriptReource.axd file. Could someone tell me what this is? Furthermore, how do I fix it? It keeps saying "b._onsubmit=b._form.onsubmit" returns a...
View ArticleHow to hide drop box from AjaxFileUpload control
Folk,How can i hide drop box from AjaxFileUpload ?thanks is advance.
View Articleupdating a gridview
I'm able to populate a gridview using stored proc from code behind. But can't seem to figure out how to update it. In my rowupdating, I'm trying to get the value of a text box but it always picks up...
View ArticleAJAX Control Toolkit Collapsible Extender Issue
I am using an asp checkbox control to enable/disable a panel and the "_doClose()" method to collapse the panel. After doing so it renders the checkbox unusable and visually keeps the box checked...
View ArticleCannot get result from AJAX
I have a file called "index.aspx" and part of the code is as follows:var ServerTime = { get: function(){ var ServerTime = "nothing here"; $.ajax({ type: "POST", url: "Index.aspx.cs/getServerTime",...
View ArticleIE 10 Issue: SCRIPT5022: Sys.ArgumentOutOfRangeException: Value must be an...
My asp.net site is running well on IE6, IE7, IE8, IE9, Chrome, Safari, Firefox and Opera. But it is not working in IE10. If I click on the Grid in the site it returns the following error: SCRIPT5022:...
View ArticleWhat's Sys.WebForms.PageRequestManager?
Hi everyone,I meet a question——At my server-side codes, I put a button and a textbox inside the UpdatePanel.And at the beginning, I wrote the codes like this following in jQuery to assign...
View ArticleHTML Editor Update in Database
I am using html editor to insert data into the database and its working fine , as im able to retrieve data from the database into the editor, but when i change the data in the editor and click on the...
View ArticleUpdatePanelAnimationExtender ScriptAction Running on Postback
I have an UpdatePanel which includes some buttons which trigger callbacks and others that trigger postbacks. The buttons that trigger postbacks are added to the <Triggers> collection....
View Article