3,643 questions with Developer technologies | ASP.NET | Other tags
Site deemed 'Not secure' despite having cert and using https URL
I built out the website in IIS. When I go to the webpage the page itself shows up, but I am getting the icon for saying the URL is 'Not secure' even though I am using a https based URL. The icon itself is next to the URL and where the site information…
Developer technologies | ASP.NET | Other
Upload a file on one drive using microsoft graph api in c# asp.net
Hello, I have one question,I want to upload a file on one drive and it is worked properly in console application but not in web application. Please help me here below is my sample console application…
Microsoft 365 and Office | SharePoint | For business | Windows
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
How to generate PDF with Multilevel list with hierarchical numbering in C# application
Hi, I am new to C#, I am creating a small application, and I need to generate some PDF reports from C# application programmatically. Most of the reports will be Word-like multilevel lists with hierarchical numbering (these numbers have to be calculated…
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
Developer technologies | C#
Export Entire User Input Form to PDF in C#
I have a form that captures general user information like FirstName, LastName etc. When user is done entering all information and clicks on the button Button1; I need to export the entire form to PDF. Is there a way to do it? First Name: …
Developer technologies | ASP.NET | Other
Refused to apply style from <URL> because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled
HI Team, I'm trying to to bundling CSS files after minification. My application is ASP.net Core 4.5 not MVC. I have created bungleconfig class file and written below code public class bundleconfig { // For more information on bundling, visit…
Developer technologies | ASP.NET | Other
Developer technologies | C#
New solution using javascript not working with auto complete extender not working
This proposed solution is not working <asp:TextBox ID="CityFetch" placeholder="Start typing the City name" type="text" runat="server" class="form-control"…
Developer technologies | ASP.NET | Other
Show selected Country in Ajax Extender1 in Box 1 - show Corresponding city in box2 ?
I have asked similar question and got most of the solution but here is a little more complete. step 2 A User can select world region like EUROPE from Dropdown list. This fires the OnSelectedIndexChanged event and it then opens a hidden panel which has…
Developer technologies | ASP.NET | Other
still can't figure out how to use autocomplete extender and dropdown list cascading Country, City
My aspx page has a Drop down list with Countries (EUCountyDDL) example is <asp:ListItem Text="Spain" Value="ES"></asp:ListItem> After user selects Country, they add a city name within that country. This is done…
Developer technologies | ASP.NET | Other
Expired SSL Certificate for ajax.aspnetcdn.com
We are a developer and have built many websites using the CDN at https://ajax.aspnetcdn.com. It looks like the certificate has expired. When can we expect that to be updated as we have a lot of customers complaining? Specific example that we use is…
Developer technologies | ASP.NET | Other
KB5066835 update causing IIS Service to not work
Recently my local hosted IIS services is not running after the new update. My visual studio projects also can't be run as well. I have to delete the new update in order to run my projects and local hosted services again. May I know what is the problem?
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
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
I can't find ASP.NET Web Application (.NET Framework) with c#
Hello I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it but I can't find the one i needed, I don't want the…
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
ABP.io + OpenIddict + SAML 2.0 Integration with Zoho Customer Portal
I am working on a .NET Core ABP.IO project as a microservice, and I want to integrate SAML for the Zoho customer portal. My project is set up as the Identity Provider (IdP). I have added a SAML controller, configured the related files, and generated the…
Developer technologies | ASP.NET | Other
Visual studio has a bug on Text box do not have align center
I m working on asp net project and the text box after 3 textbox do not go to center first textbox goes to center text do not have align center the text control properties align center
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
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
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…