Error: AjaxControlToolkit requires ASP.NET Ajax 4.0 script
Hi,I have Visual Studio 2012 Web Forms Application targeting 4.5 ,NET Framework. When using ajaxtoolkit 4.5 I got this error:AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct...
View ArticleAjax Progressmeter not showing
I am trying to display an ajax progess meter on a webpage, but nothing happens.The code:<asp:UpdatePanel ID="updPMain" runat="server" UpdateMode="conditional"><ContentTemplate><asp:Label...
View ArticleTrying to Use ASP.Net AJAX with jQuery the "Right" Way
Hey, everyone:I'm the sole developer of our website, which uses Kentico CMS and allows me to develop inASP.Net and C#. I do my best to keep up with the latest trends and to do things the "correct" way,...
View Articleproblem with the code
Hi Can anybody help us, why the below code is not working, when im entering some product name in the text box.. any help appreciated.. thanksautocomplete.asmx Imports System Imports System.Collections...
View ArticleHow to protect my gridview from xss?
I have a gridview that has a field that I want to edit. So I converted it to a template. It has a multiline textbox in the edit template. It works fine, until I try to simulate a hacker assault and...
View ArticleReOrder List stops application building (sometimes)
I have a small application with a page which has 3 Ajax Control Toolkit reOrder lists.The application sometimes wont build. Sometimes restarting Visual Studio (2012) sorts the issue, sometimes a pc...
View Article[Collapsible Panel Extender] Expand then collapse immediately when clicked
hi all,i use collapsible panel extender for one of my page. On my development machine with IE8, everything works fine. when I click on panelA, panelB will be displayed (expanded?). and when I click...
View ArticleAjaxFileUpload
Hi. I want to use the AjaxFileUpload to upload an image and then display it on the page. Is there any way to do this? Can anyone point me to a tutorial? Thanks.
View ArticleAsyncFileUpload Or AjaxFileUpload Inside Listview EditItemtemplate won't...
Hello i have a listview inside listview (EditItem Template) i have an ajaxfileupload , when i select a file in ajaxfileupload , it won't upload in client side ! i mean i don't have any problem in code...
View ArticleProblem with Ajax Slide Show Extender
Hi All,I have Used Ajax Slide Show Extender in My Website. It is Working Good When i Checked in Local System. But After Deployement to Server Ajax Slide Show Extender Stoped Working and not Showing...
View Articlemodal popup with hovermenu extender
hi i am using modal popup with hover menu extender but the hover menu comes on the back side what can i do for this please tell me a exact solution for this.
View ArticleDefault button inside UpdatePanel
I have UpdatePanel with grids, textboxes and buttons inside it. there are three buttons positioned in order : btn01, btn02, btn03...Every time text box recdieving focus ( attempt to start typing)...
View ArticleAccess global resource files in javascript file
HI,if i have java script code in asp.net page i can access global resourses likevar text ='<%= Resources.Resource.value%>'; its working fine.But if my javascript file is in another folder like...
View ArticleUpdatePanel doesn't work after using ModalPopupExtender and...
I have found out a problem with UpdatePanel when using asp.net validation control and Ajax toolkit ModalPopupExtender control.After RequiredFieldValidator and ModalPopupExtender are showed, the...
View ArticleModal Popup, IE7, Menus and Z-Index
Hi, I have been having some issues with IE7 and my modal popup., I tried to get a response on this forum already, and its gone a little quite and think that the better forum to post in is this one...
View Articlecalender exderder on textbox & then got error
Server Error in '/MltiLevelMarketing' Application.Could not find any resources appropriate for the specified culture or the neutral culture. Make sure...
View ArticleModalPopup Extender is covered partially by JQuery.Layout
I designed a page, which is layouted by Jquery.layout. and I put a label in one of its panes. the label is attached a ModalPopup Extender. (I found ModalPopup extender has some special characterisics...
View ArticleUrgent help for a question game app.
Hello,I build a question game for my client works on intranet. ASP.NET FW4.0 and Ajax Toolkit has used. Gamers (clients) enters their personel numbers and starts the game. A single aspx page with a...
View ArticleFormAuthentication [AjaxToolkit exlusucion issue]
I have a ASP.NET website with Forms authenction and deny annonymous user. Unforunately I transfer the users to a changepassword page if their password has expired right from the global.asax event void...
View ArticleUpdatePanel Not Refreshing Child Controls
I have a DropDownList in a GridView footer cell. It has a HoverExtender that shows a Button which onClick activates a ModalPopUpextender by which a user can add a value to the DropDownList. The...
View Article