How to fire button click without full page load inside accordion ?
I have an accordion with 4 panes and each pane contains 2 ,3 textboxes and 1 button say submit button.I want to submit the data that entered in those textboxes on those button click.I want to do it...
View ArticleTreeView Node Color
Hi All,I am having a requirement that Two nodes backcolor of treeview must be in yellow. Treeview does not have a property of backcolor for its nodes.I request you to provide me solutionThanks in Advance
View ArticleTextBox1.Text="" and alert(); not working inside update panel ,though...
.aspx page----------------<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><asp:UpdatePanel ID="UpdatePanel1"...
View ArticleFlash News - Display
i want to display a div which contain flash news, even if the page is not refreshed.That is even if the page is not post back also, when i turn on the flash news in admin page. This div should be...
View ArticleHow to call Cross Domain Ajax using Jquery
Deal all i have two website (eg: website1 and website2) website1 contain some resource (webservice) the need to process by website2The source code of website 1 is given...
View ArticleCustomize Rendering of AutoCompleteExtender
Hi All,I am trying to customize rendering of AutoCompleteextender.I have managed to get the required output structure by overloading OnClientShowing JS function.I have added two hyperlink buttons on...
View ArticleModalPopupExtender in Usercontrol
Hi I have a ModalPopup within a usercontrol. I can show the modalpopup from my page but the buttons in the Modal doent seem to fire their on click events. Here is my code:Usercontrol:<%@ Control...
View ArticleHow can I save the text entered in the html editor as an html document?
Hello, I need to save the text entered in the html editor as an html document. Is this possible? I would like the html file to be saved in a sql database, and then be able to view that file later by...
View ArticleChange Design of "Ajax Combobox".
Hello freind,i have changed design ajax combobox and it's working.but i can't change design of dropdown selected item and item hover.Please Help me..Thanks.
View ArticleCan't load AjaxControlToolkit
I am not able to compile and run my application:Error 73 Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10618.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its...
View ArticleAJAX DataView - Do i Use? and if so where is it?!
I am confused!There used to be an AJAX Library published by microsoft which included among other things, a DataView which allowed you to consume and display data from a AJAX-WCF Web Service.I can no...
View ArticleAjax repeater linkbutton not calling Windows.Open popup window
Hello everybody,using Ajax, I have repeater which have linkbutton by clicking it call popup-form which was working fine earlier before using Ajax, but after place updatepanel(Ajax). I debugged control...
View ArticleHow to hide and show tabs in a tabContainer
Hi All,I am using TabContainer to display 5 tabs, but one of them is hidden (3rd tab). In one of the visible tabs there is a LinkButton, when it is clicked the hidden tab must be shown and the tab...
View ArticleSys.WebForms.PageRequestManager is not generated when browse through CDN...
Hi,I have deployed a website using AjaxControlToolkit. Below is the sample code of inside the body in the aspx page:<form id="form1" runat="server"><ajaxtoolkit:ToolkitScriptManager...
View Article"Microsoft JScript runtime error: 'Sys' is undefined" on Jquery dialog that...
Hi, I am new in jquery, ajax and mvc.i used Jquery dialog to show a log on partial view. when it is loaded and i click in its textbox or any other place on it, i get this error:"Microsoft JScript...
View ArticleRegarding Performance: Good Example Site Using AJAX Toolkit?
Hi guys,Could anyone point me to any good examples of sites using AJAX Toolkit effects that give good performance?To be clear, it’s ‘not’ visual inspiration I’m after so much - but the number of...
View ArticleAutocomplete exteder : Clear Textbox
Hello friendsI have two text box one for country and other for city,Both are bind with Autocomplete extender and both works fine.below is my code..<div> Country : <asp:TextBox...
View ArticleAjaxFileUpload in IE9
I have created a simple file upload application with the AjaxFileUpload control. When I run it from my local computer with IE9, using the Select File button I can select one file at a time and do that...
View ArticleUpdate panels change even when updatemode=conditional
I have two update panels in the same page, both have their updatemode set to conditional. Inside each update panel are various controls. When I click on the controls in one it changes the other, I...
View ArticleAsyncFileUpload in a (hidden) usercontrrol does not trigger UploadComplete event
Hello,I have a page with an update panel and several usercontrols. If the user wants to edit the main item, he/she has to click a linkbutton which unhides an usercontrol. On this usercontrol there is a...
View Article