Skip to main content
0 votes
2 answers
81 views

I have an .aspx web form. When Ajax Calendar is changed, I'm not being able to capture date since there is no Selection_changed event firing. I tried to fire one, but that is also not working. Not ...
SilverFish's user avatar
  • 1,108
-1 votes
1 answer
44 views

I try to go to next tab in a tabcontainer on the press of a button. But the tab does not change. Is something wrong with my code? Thanks for any help. Here is my .aspx markup: <ajaxToolkit:...
senjaya mahameru's user avatar
1 vote
1 answer
52 views

I have a simple test web page using the AjaxControlToolKit from Microsoft to create an auto-complete combo box where the entries in the combo box are populated from the C# code-behind page at run time ...
Nigel Tunnicliffe's user avatar
1 vote
1 answer
72 views

I have two textboxes on a webform (asp.net/c#) with each having the ajax calendar extender so when a user clicks in the textbox a calendar appears. The first one is date from while the second one is a ...
altaaf.hussein's user avatar
0 votes
0 answers
33 views

I add multiple AJAX AutocompleteExtenders from code behind. Only one of them is working properly. When I check the HTML page I find one object created (for the working extender). I can't figure out ...
Peter Häggmyr's user avatar
0 votes
0 answers
60 views

I am working on a web project using the Dashbyte template, and I am encountering an issue with modals. While the modal itself is working correctly, none of the custom or Bootstrap classes I apply are ...
Daniyal's user avatar
0 votes
1 answer
27 views

I have VS2019 using asp.net c# Iwant to know if there is a manner to have a preset path when i push the button "select file" ie c:\ in manner that the user chooses always the path in his ...
squeezed's user avatar
0 votes
2 answers
121 views

I'm using Visual Studio 2022 and an ASP.NET webforms app. I have a textbox linked to a ajaxToolkit:MaskedEditExtender. If the user tabs from the previous control to the Text Box, and the textbox is ...
Yuppski's user avatar
  • 195
0 votes
1 answer
211 views

I have 2 textboxes using ajaxtoolkit's masked edit extender and validator to input dates using a calendar extender as well as to ensure that dates are entered in the proper format for the db. For some ...
Alex Mo's user avatar
  • 29
0 votes
1 answer
47 views

Having Issue with AjaxCalendarExtenderControl.Add in ASP.NET The following code: Private Sub AddCalendarExtender() AddControlToCollection(AjaxCalendarExtenderControl.Add("Calendar" & ...
dibello.4's user avatar
0 votes
1 answer
57 views

I recently joined new company that they are using old asp.net in VS2008 ,.net framework 3.5 and xhtml 1.0 transitional. It is quite old. One of the problem i had during modification that they are ...
Muhammad zubair sultan's user avatar
0 votes
1 answer
332 views

I've been trying to solve this for about a week now. I know it's got to be something simple. Requirement I need to use ASP.NET - minimal Java as the page will do most processing / DB work using ASP....
Tony Stephens's user avatar
0 votes
1 answer
53 views

I am trying to use ajaxToolKit CascadingDropdown with three DropdownList Controls that are being populated from an ASMX WebService. The first dropdown is being populated correctly, but when I select a ...
Gabriel Z's user avatar
-1 votes
1 answer
110 views

I have been struggling with an error and none of the Stack Overflow suggestions help, including Getting error about control collection. I know Ajax AsyncFileUpload is the culprit but I can't see why. ...
NoBullMan's user avatar
  • 2,252
0 votes
1 answer
51 views

I build a Web Form with ASP.NET and VB.NET. After uploading an image with AsyncFileUpload, the uploaded image should be shown in an image box. The AsyncFileUpload doesn't raise a page postback, ...
Opti1971's user avatar

15 30 50 per page
1
2 3 4 5
155