Grid in a panel using the Modal Popup Extender
I have a gridview on a panel which I populate using a datatable but when I hook the button to the extender, it never executes the code to retrieve the data from the db first.I could not find anywhere...
View ArticleCalling WCF Service from ASP.NET AJAX, Concurrent Client Calls
I have been experimenting with calling WCF service from ASP.NET AJAX using webHttpBinding and enableWebScript endpoint behavior, with aspNetCompatibilityEnabled is set to true.I ran into an issue with...
View ArticleAutoComplete ListItem Clickable Area
I am having an odd problem with the drop-down list items. The clickable area of each list item is not clearly defined so sometimes I click on a link and submit the form and things work correctly,...
View ArticleCalendarExtender is hiding behind ModalPopup
I've go a modal popup with a calendarextender on in it. When the button is clicked to show the calendar it shows up behind the modal popup and is unclickable. Is there anything i have to do to get it...
View ArticleAlert box with a textbox and a button..
hi..I have a button to export data from gidview to excel.On clicking the button,an alert box should appear which contains a textbox and a button named "Generate Report".The textbox is to enter the...
View ArticleIssue with page event when RegisterStartupScript has been used
Hi dear experts,I am facing a problem and i need some help, please have look I have aspx page with Ajax popup control and update panels, Aspx page contains a user control and Event Handler, a web user...
View ArticleAutoCompleteExtender shows nulls when less items are returned than set in...
Hi,The subject of this message pretty much says it all: if there are less items in the resultset than specified in the CompletionSetCount parameter, the autocomplete list appends null values to the...
View ArticleGridview nested in another grideview using CollapsiblePanelExtender
Hi guys,Hope someone can help me.I've got a gridview nested in another gridview. It is headers and lines. I'm using the AJAX control CollapsiblePanelExtender to expand/collapse the lines.I bind the...
View ArticleVS 2012 and AjaxControlToolkit Calendar Extender
Hi, I have upgraded to VS 2012 and my calendar extender no longer works. I was getting an incorrect version of AjaxControlToolkit so I deleted it and then re-installed it using NuGet.Now when I run my...
View ArticleModalPopup dragging not working on IE10 (desktop) under W8
Hello,In our project, we are using ModalPopupExtender and it is not working using desktop IE10 running under Windows 8. Popup cannot be dragged. I have tried to use different Browser Modes (IE10, 9, 8,...
View ArticleEvent handler Ajax Numericextender
Hii have a numericUpDownExtender. I want to make an event every time the value in the extended textbox is changed.How to do that?
View Articlehow to use my code every 30 seconds
Hello,foreach (var hasWon in results) { Random random = new Random(); int randomNumber = random.Next(0, 180); decimal number =...
View ArticleHow to implement the Lite configuration of the Ajax HTML Editor
Taking the lead from the samples does not help. Not surprisingly I get 'Unknown server tag 'cc1:Lite'
View ArticleAJAK Control Toolkit ERROR
Dear All,i try execute the aspx in localhost is fine. but when publish into team foundation server, it show an ERROR as below image. kindly advise
View ArticleUnable to get the BaloonPopupExtender to work with the ToggleButtonExtender...
I started using the ToggleButtonExtender for my checkboxes to custumize their appearance. At the same time I've been using the BaloonPopupExtender on other controls as a fancy tooltip of sorts. But I...
View ArticlePopulating Array From database
Hi guys.I'm working with an AjaxControlToolKit SlideShowExtender and I want to show the images from my database. I am also using Entity Framework. My code for this is as follows//Web Service MEthod To...
View ArticleFileUpload Inside a Repeater Can't Find File
My code is like this :<asp:UpdatePanel ID="UpdatePanel1" runat="server"><ContentTemplate><asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSource4"...
View Articlesave time with the desired date
<MKB:TimeSelector ID="TimeFrom" runat="server" DisplaySeconds="False"></MKB:TimeSelector>and a text box which is having a date.VehicleBookingDate.TextI want to save date and time in my...
View ArticleUsing a single update progress for multiple update panels
I have multiple update panels on my web page. I want an update progress to be associated with few(more than one) of them and not with others.Is there any way that this can be achieved? Since using...
View ArticleUpdatePanelAnimationExtender ScriptAction Running on Postback
I have an UpdatePanel which includes some buttons which trigger callbacks and others that trigger postbacks. The buttons that trigger postbacks are added to the <Triggers> collection....
View Article