beginform and url action.
i have this ajax function <% using (Ajax.BeginForm("UpdateFlags", null, new RouteValueDictionary(new { Model.ParentId, Model.Page }), new AjaxOptions() { UpdateTargetId = "testflag123", OnBegin =...
View ArticleBinding database values in calender control dynamically
I am doing travelling project. In this i need to calculate prices in calender control. please any one help me how to bind database values(prices) in calender control.this is very needful to me.
View ArticleIssue with AjaxControlToolkit Javascript
Hi All,App specs and environment:ASP.NET 4.0, using AjaxControl Toolkit v4.1.51116.0IIS 6.0 running on Windows Server 2003 SP 2 (not R2)Quad core VM with 4GB RAM.Plenty of HD space.I've been having a...
View ArticleSlideshow Generator
Hi,I am very new to ASP.NET etc, so please overlook some mistakes.I am trying to create an Slideshow-Generator. This means, a web project that consists of two parts. In the first "creating" mode the...
View Articleajax sending data to controller
Hi i'm new to this and i need some help. Basically on a click of abutton i would get some values from the view and post it to the controller to be updated.There are two methods that i've seen which is...
View Articlerating control made using javascript becomes readonly
I have a grid view.in that i have a button.when i click on button a modalpopup opens.in that i wrote java query to get rating.my problem is it is becoming readonly
View ArticleTabContainer activetab changed event is not firing
Hi allI am using AjaxControlToolkit TabContainer for tabs and creating tabs dynamically in codebehind using C# and set 0 as active tadindex if not postback.The error isIf it has multiple tabs and if I...
View ArticleAJAX without Visual Studio
I have installed IIS 7 on my windows 7 machine. I am using .NET4. I want to enable AJAX without using Visual Studio. I downloaded the NET4 Ajax toolkit.What directory do I extract the files to? What do...
View ArticleAJAX Toolkit Items Not Showing or Working
Server Error in '/' Application.'MsAjaxBundle' is not a valid script name. The name must end in '.js'.Description:An unhandled exception occurred during the execution of the current web request....
View ArticleDisable Future dates - CalenderExtender
hello,I need to disable future dates on a calendarextender. I want exactly like this.http://www.aspsnippets.com/Articles/AJAX-CalendarExtender-Disable-Future-Date-Selection.aspxbut its not working for...
View Articleusing ModalPopUp with ASP.NET menuitem :assistance
Looking for some guidance/recomendations on the following: currently trying to use the ModalPopUp control fired when a menu item from an ASP.NET 2.0 menu is selected. Issue is the menu items...
View Articleajaxtoolkit autocomplete extender CompletionListItemCssClass change
Hello..I am using ajaxtoolkit autocomplete in a dictionary project and when I type it show the suggestion and it is(Direction:ltr) and I want to change it to (Direction:rtl) from a javascript function...
View ArticleIssues with Ajax HTMLEditor - Copy, Paste buttons not appearing in Firefox...
Hi,I'm using an Ajax HTMLEditor in my application. When the page is accessed via FF and Chrome, the Copy and paste buttons on the tool bar are not visible though everthing looks good in IE9 and IE8.In...
View ArticleAJAX AutoComplete works in VS2008 but not on the published website
I have a textbox that uses an autocomplete extender to get suggestions from a database table. When I run the website from visual studio 2008, the text box autocompletes perfectly, however, after...
View Articleasp:Chart updatepanel timer flicker issue
I have a chart refreshing every 1000 seconds from an timer control. I have done some searching and I think my chart is trying to redraw every update. I want to know if I am coding this right with my...
View ArticleAsyncFileUpload doesn't work with text file
Hi All,I'm using AsyncFileUpload component to upload .doc, .docx, .pdf, .rtf and .txt files..doc, .docx, .pdf and .rtf are uploaded without problem, but .txt file produces error on the server and I do...
View Articlei need the urls to match pleae
Hi guys i need this url to match the one below. $.ajax({ url: '<%: Url.Action("UpdateFlags", null, new RouteValueDictionary{{Model.ParentId.ToString(), Model.Page }})%>',...
View ArticleRE: Re: AJAX Toolkit on Win Server 2008 doesn't function properly
Hi, I'm using Win 8/IE10/VS 2012 as my client/development platform, and my server is Win Server 2008 R2.On my client platform, the AJAX controls work well, but when I upload the web project on my...
View ArticleSetting TabContainer Height according to highest TabPanel
Hi all, I'm having a TabContainer with TabPanels which can gow repectively, according to their specific content. I whish to force the TabContainer Height to be fixed to the Height of the highest...
View ArticleAjax Drop down with editable text box
Hi,Ima using Ajax combo box with editable text box and i need to do some validation on new item entered(ex it shuld be greater than 10 like tat) .can any one tell how to...
View Article