modelpopup extender control in asp.net
Hi I have an aspx page. In this page i am using model popup extender control. So when i click on the button i.e.openPopUp at that time button click event is fired successfullly and modelpopup opened....
View ArticleControls displaying twice after async postback
I have a update panel which has a textbox, label in it <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" > <ContentTemplate> <td...
View ArticleValidatorCalloutExtender and Modal popup
Hi guys Well this is doing my nut in. I have a Modal popup that has a text box (for time) and 2 buttons (OK, Cancel) I have some validation on the text box but when my ValidatorCalloutExtender pops it...
View ArticleHow to show two ajax calender extenders on a linkbutton click?
Hi, I have a link button. When I click this link, I want t a Div to open with two ajax calender extender controls with ok button. I want to select two date values and when I click ok, date values...
View ArticleAjax Editor Control does not display in Firefox 10.0
Hi, I am using Editor control from Ajax Control Toolkit (ver 3.5) , the control does not get rendered in Firefox, i.e., it does not get displayed in the browser, it works in chrome and safari. Please...
View ArticleProblem with show Ajax ModalPopupExtender in ASP.Net.
In my asp.net project, I have one page which has many ModalPopupExtender control and when I click on the button firstly to show the modal pop up then It shows the pop up dialog, but I click on the same...
View ArticleAutoComplete extender for Multiline texbox
Hi, I want the autocomplete extender for the multiline text box . I need to allow the user to write his own text and continues the autocomplete . Seperator may be coma.
View ArticleHow to use two calender controls in a single div & get two date values from...
Hi, I want to use a Single div whicn contains two calender controls, one for from date and another for to date, with a "Ok" button to click. After selecting two dates, if I click "Ok" button, I want to...
View ArticleUpdate Panel is not working properly
Hello, I am using visual studio 2008. I am using update panel for partial page rendering. But is refreshing whole page only. Code is as below: <div> <asp:ScriptManager ID="ScriptManager1"...
View ArticleSetting up data on the server side for PageRequestManager events
To me the on-line documentation in this area is either missing, incomplete, or fuzzy. Here's what I'd like to do: On the server side: register a data object (such as a structured object consisting of...
View ArticleAjax enabled website template missing
Hi , I am using visual studio 2005 to create asp.net website. Now i want to use ajax also. I have downloaded ajax toolkit and extracted AjaxcontrolToolkit.dll. Could you please tell me how can i use...
View ArticleModalPopup methods missing? Version 4.1.60919.0
Maybe I am goofy but I can't locate the server side Show() method. <ajaxToolkit:PopupControlExtender ID="PopupICD9" runat="server" OffsetX="-200" OffsetY="-200" PopupControlID="PanelPopup"...
View ArticleAjax AutoCompleteExtender property question
I'm trying to use the autocomplete extender from Ajax Toolkit, this works on the main server we are testing on to get the intellisens pulldown to work upon entering text, but now I have it on another...
View ArticleWeird problems with ReportViewer, ScriptManager, and ICallbackEventHandler
I am having problems porting a screen from 32 bit (SQL 2005, WinServer 2003, IIS 6) to 64 bit (SQL 2008, WinServer 2008, IIS 7.5). This screen uses BOTH iCallBackEventHandler and a Reportviewer...
View ArticleGridView with LinkButton Template inside Update Panel
Hey Gang, I'm trying to figure out if I can make this work: <Panel-1 visible="true">content1</panel> <Panel-2 visible="false">content2</panel> <updatepanel>...
View ArticleSlideShowExtender not working in production server
SlideShowExtender gets images list from webservice. This works fine on localhost in VS2008 but doesnot work on the production hosting server. Hosting is a shared hosting provider. I have tried a simple...
View ArticleAsyncFileUpload user not selected file event
I know we've got access to the endRequest, uploadComplete, uploadError, uploadStarted, is there a way that i can be notified when the user does not choose a file when the file dialog closes ?...
View ArticleExtender error
If I try to add an extender in design mode I select the control from the dialog, but when I press OK I get and error - Unable to reference extender assemply AjaxControlToolkit..... If I add the...
View ArticleGridView in Nested User Control with Ajax.
I was having the same query...but now its partially solved...i am using Nested User Controls....Like: I have a 'A' Usercontrol that contains the grid view then a 'B' User Control that contains 'A'...
View ArticleAjax slide show control is not working in content page
Hi Experts I implemented yje slide show extender in a normal .aspx page it worked very well. I was GLAD to see that.But when I tried to implement the same into a content page, which is associated with...
View Article