Fixed Footer for grid view
Hi,Im trying to create a grid view with fixed header and footer.I have gone throgh the code given in samplecode and codeProject but those code works onlt in chrome and not in IE.I can freeze header but...
View ArticleAjax is not working
I trying to create a cascading dropdown in MVC but my ajax call is not working and I can not figure out why. Below is the code:<script type="text/javascript">$(function ()...
View ArticleAJAX Update Panel in User Control
Hello,I am having update panels for textbox in User Control. Below is the Code which is in User Control.<tr><td>Select Approver:</td><td><asp:UpdatePanel ID="UpdatePanel1"...
View ArticleAjaxControlToolkit Source Code compiling
Hi All,after using for years the 2.0 version of the ACT, I need to upgrade my app to .NET 4.5 (VS 2012).I have understood that maybe the less problematic version of the kit is the April 2013 Release...
View ArticleReset Queue List
Hello!I´m using AjaxFileUpload, and need to clear the queue list! I search in google, and find the code below:function emptyMyAjaxFileUpload() {$(".ajax__fileupload_queueContainer").empty(); }It works,...
View ArticleFiltering in ajax ComboBox based on StartsWith
Hi..I am looking for a particular feature using ComboBox and may be jquery/javascript.The feature is as follows :When a user types something in ComboBox, the dropdown list should be filtered. For...
View Articleadd different usercontrols in Updatepanel
im trying to load UserControls in my ajax but im not sure how to do it! i have 3 button in my page with an ajax update panel and 3 UserControls. everytime user click on button1 i wanna load...
View ArticlesessionStorage.setItem("points", points); - children could not be evaluated
I like to store some Data on client side. something like var points = [];for (i = 0; i < 50; i += 1) { points.push({ x: Math.random() * 100, y: Math.random() * 100,...
View ArticleModal Popup Extender Panel is always visible
Hi allI have a ModalPopupExtender with a popup panel that is shown and hidden according to the ModalPopupExtender OkControlID and everything is working fine.When I added a Crystal report viewer, then...
View ArticleValidation controls and modal popups
Is there no way to use the standard validation smmary on a modal popup? I have two required fields and a date range tha need validation but as soon as I add a validation control or summary to the...
View Articleasp.net ajax control toolkit slideextender step 1 not functioning
while using ajax control toolkit slideextender,found that it is not functioning,while using 10 it is functioning<asp:SliderExtender ID="SliderExtender1" runat="server" TargetControlID="txt01"...
View Articletabbed work flow
Hi All, I want to create a page(s) which can be used like some sort of work flow. Like a task on a page is completed then user clicks on ok/next button and next page comes up. I am not sure which...
View ArticleHow to set a dynamic Context Key with multiples values in a Modal Popup...
Hi all, i have been going completely crazy with this matter in this days:Scenario: Textbox with a value that i need to use, gridview with customers data that i need to use, modalpopup inside template...
View Articlewhat the solution here?
Server Error in '/' Application.Could not find file 'C:\Program Files (x86)\IIS Express\2014-06-05 15.35.36.jpg'.Description: An unhandled exception occurred during the execution of the current web...
View ArticleNeed help in Ajax AutoComplete Text Box
I am trying to play with Ajax Autocomplete Tool Box. I am using vb.net (Dont Net Nuke)I am following the below tutorialhttp://www.asp.net/ajaxlibrary/act_autocomplete_simple.ashxWhat I did was I...
View Articlewhat should i do?
i wanna to make updates without refresh all page i wanna to see my updates at the same time without scroll don page agin to see updates you understand?
View Articlehow to get value of textbox from modal popupextender to textbox on the page
Hi,I have text boxes and modalpupextender on the same page, when i click button, modalpopup show and find data in the database and show in the grid on the modal popup.when i click the row of the grid ,...
View Articleupdate panel does not work!
im trying to get the value of a dropdownlist and insert it into a label inside an update panel like the following:<asp:UpdatePanel ID="udpTutorialDropDown"...
View ArticleHow to show loading is in progress with the image using ajax
HiI'm using visual studio 2010 .net framework 3.5. In my project I'm importing excel file and it will take some time to load. So at this point I want to show something like a wheel that shows loading...
View ArticleLatest Ajax Control Toolkit
I experience some problems with the latest release of the AJAX Control Toolkit (December 2013) for Visual Studio 2008 .net framework 3.5.I created some some auto-complete extender functions with an...
View Article