3,636 questions with Developer technologies | ASP.NET | Other tags
How to Access Wikidata APIs?
Hi community! I'm learning about http usage and followed this tutorial: https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient Then I changed the URL to wilidata, like namespace Program; public class Program { private static…
Developer technologies | ASP.NET | Other
AutoComplete Extender using ASP.NET and Excel spreadsheet
Hi, I have a textbox on the default. aspx page bound to a Ajax Autocomplete extender. When the user types, I want the popup to display 'USA Counties' that match the first 2 or 3 letters. The source information could be in a Excel spreadsheet with 2…
Developer technologies | ASP.NET | Other
Calculate and display percentage value from value of two label controls
How can I find the percentage from thhe value of a label control, and display it in another label? For instance, I have 4 Label controls, each label have values. I want to diplay the percentage for each label value in a label. e.g. These are the Labels…
Developer technologies | ASP.NET | Other
in microsoft expression web 4 how do i change the formatting of the website background?
this is how it looks got no clue what to child tag it so uhhh
Developer technologies | ASP.NET | Other
Issue to Javascript
Hi, Further to https://learn.microsoft.com/en-us/answers/questions/5549140/javascript-issue the sample below was not working well. Can you help?
Developer technologies | ASP.NET | Other
Calculating the percentage value from value of label and displaying the percentage output in a label control
How can I find the percentage from thhe value of a label control, and display it in another label? For instance, I have 4 Label controls, each label have values. I want to diplay the percentage for each label value in a label. e.g. These are the Labels…
Developer technologies | ASP.NET | Other
Trying to validate token for webhook subscription keeps returning Bad Request error
I am trying to create a subscription for webhooks for my application. I created an endpoint for accepting the validationToken which I specified in the notificationUrl as can be seen below. When I run my changes locally on our server everything seems to…
Developer technologies | ASP.NET | Other
Javascript issue
Hi, Any Javascript example to show the similar button (like the following), when the mouse is on the top of the text?
Developer technologies | ASP.NET | Other
How to play sound on android tablet from C# ASP.Net page
Need to send a beep tone or similar under certain conditions when an error occurs
Developer technologies | ASP.NET | Other
Stretch Texts across the entire width of a page
How can I stretch texts to the entire width of the page? Just like in the image below
Developer technologies | ASP.NET | Other
Creating a mobile application that runs on MAC & Android
Henllo, please can I create a mobile application that runs on MAC and Android devices? If yes where can i get tutorials on how to get started? Thank you
Developer technologies | ASP.NET | Other
ASP.Net app can't see new Oracle client
I have an old (Developed in Visual Studio 2010) web application that pulls data from Oracle using the (depricated) Microsoft client. The current installation uses the Oracle Client 12. Central IS wants us to upgrade due to a Java exploit. I now have the…
Developer technologies | ASP.NET | Other
How to authenticate my application (running as an Azure App Service) against another Azure App service using Managed Identites?
We have two applications that run in two different Azure App Services: A ASP.NET 4.6.2 application that Hosts a website and utilizes a web job that communicates with the other App Service over gRPC (using the older Grpc.Core package because App…
Developer technologies | ASP.NET | ASP.NET Core
Azure App Service
Developer technologies | ASP.NET | Other
Global.asa file not being found post server upgrade
We upgraded from Win 2016 to Win 2022. When I try to access the site, I am getting a 404 status code. In the Failed Request Logs folder, the log file is pointing to not finding the global.asa file. Except, it was never there in the first place. The…
Developer technologies | ASP.NET | Other
HTTPS Reverse Proxy on IIS 10 – External Access Fails (Timeout) Although Local Requests Work
Hello everyone, I’m currently facing an issue with an IIS 10 reverse proxy configuration on Windows Server, and I would really appreciate your guidance. Environment Windows Server IIS 10 Application Request Routing (ARR) + URL Rewrite enabled Backend…
Developer technologies | ASP.NET | Other
Unable to launch IIS Express Web server
I copied a Visual Studio 2022 ASP.NET MVC project that I was working on from my desktop machine to my laptop. When I attempted to test/run the app in debug mode from within Visual Studio 2022, I got an "Unable to launch the IIS Express Web…
Developer technologies | ASP.NET | Other
How do I copy a WebForms app to another server?
We have a legacy ASP.NET WebForms app using .NET Framework 4.5.2 on a Windows Server 2016. We've got to move it off the server it is on, to a new server. Copying a WebForms app from one server to another isn't something I've done before. And I know that…
Developer technologies | ASP.NET | Other
How do you display mp4 video containing chapters via asp.net web application project?
I have created MP4 videos that contain chapters. I can select those chapters when I play them on my Windows 11 computer using VLC or JRiver Media Center but I have failed to find a way to make chapters visible when these videos are made accessible online…
Developer technologies | ASP.NET | Other
How to Prevent Browser Back to Previous Page Values
I'm trying to prevent the previous values shown when the user clicks the browser's back button after a record insert using ASP.NET. I know this is a classic question asked many times, but I've tried a number of suggested methods found online and none…
Developer technologies | ASP.NET | Other
Clarification on Mapping Subscription Data with /subscribedskus API Response
Hi Team, I am currently integrating the API that returns the availableUnits value: https://learn.microsoft.com/en-us/partner-center/developer/get-a-list-of-available-licenses The API is returning the product and license details correctly. However, the…