Asp.net AJAX autoComplete not working Properly
Hi friends !!i got a troublle like this,i have aspx page with user controle wiche is used to search my website that text calls to a web serivce which has been devloped to return string [] as required...
View ArticleMultiple Versions of AjaxControlToolkit side-by-side?
We are currently using version 4.1.40412.0 of the AjaxControlToolkit. While working on a recent project we have found that some controls are broken in this version of the toolkit with IE9, but they...
View ArticleContextKeys and ViewState Not Available on Async Postback - AjaxFileUpload...
I added an AjaxFileUpload control on my own Web User Control. I haven't added any update panels or anything else to the page. It doesn't even have a MasterPage. So, in the PageLoad event, I set my...
View ArticleAjax not working during Button Click event.
Hi,I have a text box and a button. If I click on the button without entering a value in the textbox the required field validator must show the error message. On the OnClick event of the button I have...
View Articleautocompleteextender contextkey problem.
helloi am trying to set contextkey value by calling SetContextKey function from onkeyup event of textbox.But i am getting following errorError 72 The name 'autoCompleteExtender' does not exist in...
View ArticleSys.WebForms.PageRequestManagerServerErrorException: Input string was not in...
Hi i am getting js runtime errormy page has update panel and on dropdown selected change page get refresh..but for one selection i am getting this...
View ArticleNested Modal Popup
I have a panel containing a Form view nested in a gridview column, and controlled by a modal popup extender. The form view displays correctly when you select the Popup control - an image button, but...
View Articlehow to acess modelpopup extender from one page to any page
how to acess modelpopup extender from one page to any page I am taking gridview to show addtocart data using modelpopup extender
View ArticleAjaxToolKit problem with ExtenderControlBase.cs
Hi.I have this<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Master.master.cs" Inherits="PresentationLayer._App.Master" %><%@ Register Src="~/__userControls/uscMsgBox.ascx"...
View ArticlePopupcontrolExtender inside a modalPopup
I have a multiselect listbox and a button in a panel that will popup clicking a textbox inside a modalpopup.User will open the modalpopup and click on the textbox and that will open the panel with...
View ArticleAnimationExtender: Possible to nest within tags?
Hi guys,I'm experimenting with the AnimationExtender.I get that each Event (OnClick etc.) can have only one node & that to group & nest nodes they must be within <Sequence> or...
View ArticleFind locations and nearest distance on Map
Hi,Requirement: Place a pointer at a location e.g. Cafe on a map and find nearest similar Cafes on the map.It should look something like this http://www.commonfloor.com/apartments-for-sale/mapsCan you...
View ArticleAJAX ModalPopupExtender + WizardControl
Hi, The project in which I put ModalPopupExtender DropDownList. Action is that the user selects from a DropDownList s worth it interesting then (PostBack) is displayed which contains the contents of...
View ArticleTextChange event problem with CalendarExtender?
I have two TextBoxes. One is txtIssueDate and other is txtExpiryDate. txtIssueDate is used with CalendarExtender and a button to popup the calender to select IssueDate for txtIssueDate.Text. I want...
View ArticleModalPopup in FormView in GridView in Wizard
The ModalPopup triggers an image button that displays the target Panel1 which contains a FormView. So I need to find the TextBox in the FormView in the GridView - I think...Source<asp:GridView...
View ArticleNested grid + WebUserControl + AjaxFileUpload or RequiredFieldValidator
I've created two webusercontrols. Both are CRUD controls that have grids with Textboxes and RequireFieldValidators. Edit and New operations are raised in the screen with AJAX ModalPopupExtenders. One...
View ArticleHow to Dispose SqlConnections
Hi All,I'm facing problem with sql connections not getting disposed. When i open my web application it opens 50 connections approx. but those connections are not disposing. Please help me in disposing...
View ArticleAny way to fire an event when TabPanel becomes active?
Kind of like a page load? I have multiple tabs with usercontrols in them that have gridviews. When one changes, I need to update the others. Seems like it would make more sense if I could make sure...
View Articlevalidate ajaxfileupload "hasfile"?
Hi All: I have a webpage with 4 regular fileupload controls, and validation to prevent the page from being submited unless all 4 fileuploads are populated.I use a customValidator both client-side and...
View ArticleHow do I format date from Ajax Calendar Extender as Day dd/mm/yyyy
I want to add Day name to the date provided by the AJAX calendar extender. An output example would be Wednesday 2/20/2013. Although a shortened day example is certainly acceptable like Wed 2/20/2013....
View Article