ajaxToolkit:MaskedEditValidator - One label place for multiple validation errors
Hello!How can I set one place for all validation errors? I have several MaskedEditValidators in one form and I would like the errors not to be displayed next to the textbox, just like in the...
View ArticleMaskedEditExtender with ValidationExpression - validation issue before...
<td width="200" align="left"><asp:TextBox ID="tbPlanedPickUpTime" CssClass="mtb tbxTime" Width="150px" runat="server" /> <span...
View Articlehow make 2 Textbox Autocomplete on the same page
hi allI want to make 2 autocomplete textbox In the same pagedo I type this code twice?Like this///////////////////////////////// 1111111111111111111111111111111111...
View Articlemodalpopupextender vanishes instantly after clicking
As soon as you click the button, the 4 textboxes popup for a brief moment and then immediately vanish. What is causing this to happen? It is supposed to stay there until the close button is...
View ArticleAjax POST with ASP.NET Razor
Hi everyone, how do I stop a page from reloading when a submit button in a form has been pressed. I have been unable to implement ajax successfully. In my OnPostList method, I use model binding to get...
View Articlemodal popup extender
I don't understand why my popup is not staying open. The instant I click the button, the popup appears for a split second and closes immediately. I have enabled popup blockers in my browser. I have...
View ArticleScript Manager Not Using CDN on Remote Host for MS AJAX
I have a ScriptManager configured to use the CDN. It works great for everything except AJAX remotely. If I load the site on my local machine via all the AJAX scripts run off the CDN like they should,...
View ArticleCollapsiblePanelExtender height
Hello,I have the following CollapsiblePanelExtender on my web form. Is it possible to extend the height of the CollapsiblePanelExtender all the way to the bottom of the page. below is my...
View ArticleHow to open Popup window from gridview edit button.
i am opening webform from button ,which is outside gridview,and Popup window is getting open,but i do not know that how to use same code in gridview on edit button ,and open window and pass pay_ID to...
View ArticleUpdatePanel partial update broken by "span" element
I've tested this extensively and scoured the web for anything about it, without any luck.I have a simple table enclosed within an UpdatePanel.Ā Some of the table cells issues postbacks when clicked....
View ArticleHow can I solve this complex problem of Dialogs/Modals and Scripts which...
I have a code similar to this on the View from my Asp.Net Core 5.0.1 App, which at the end includes a Script code which open a Modal, which is called by the button which has the label Check, and in the...
View Articleshowing a hidden panel in OnTextChanged event
I want to show a hidden panel when a user tabs out of a text box. I want to do this asynchronously. I wrote the following code. In below code my <asp:Panel is on another part of the page. Its not...
View ArticleUpdate a value / item without updating a page
Hi,Can someone help me with an example of updating an item or value without updating the full page? everything I find is related to pages. My problem is as follows I have a project in asp.net mvc that...
View Articleajax $.get runs late after the loop !!
HelloI have a a loop processing $.get statement inside it. The $.get returns value from controller function. as follows:res = null; for (key in data.Results) { var url =...
View ArticleBorder barchart overflow
Hello, I'm using AjaxKitTools for BarChart and c# to fill the data. But the border of the BarChart it's overflow, I don't know how to control the Width of this.https://prntscr.com/11t2iauASPX:<div...
View ArticleDatabound strange behaviour with large amount of data
I'm experiencing a strange behaviour of a <AjaxToolkit:Combobox> widget used on Asp.net form.I got it declared this way:<ajaxToolkit:ComboBox ID="cbConvenzionato" runat="server"...
View ArticleDisplay day name when date is selected
HelloI use this in my pagewhen i select any date without postback i want to show day nameĀ for example i select 13 it has to show in Label1 as : TUEFor example i select 18 it has to show in Label1 as :...
View ArticleAutoCompleteExtender in Gridview not working
Hello,I have 3 AutoCompleteExtenders in a Webform. The first one for getting customers works as it should. I have 2 more in a gridview that are just not firing. I have used pretty much the same code as...
View ArticleThe dropdownlist is remove when postback is performed inside the updatepanel
I put the dropdownlist control in the updatepanel so that the page does not refresh until the postback operation is done, but when I select one of the dropdownlist options and the postback operation is...
View ArticleUpdate Panel shows data from multiple users
Hello,I have a web app with multiple pages relating to performing Exchange tasks for non exchange administrators.One of these pages will allow a user to view / add / remove permissions from a...
View Article