3,445 questions with ASP.NET tags

Sort by: Updated
0 answers

ASP.NET Pre-Compile and Merge with Strong Name Signing Certificate

Hi all, I have an ASP.NET application that is currently being strong name signed, this seems to work well and the application will not accept DLLs that have conflicting public key tokens according to the assembly manifest at build time, however where…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-06-02T05:49:27.993+00:00
Matt 1 Reputation point
0 answers

Problem with iOS and header API versioning

We have implemented API versioning using headers, so in HttpClient on the mobile app code (Xamarin Forms), we do something like this: _myHttpClient.DefaultRequestHeaders.Add(CustomRequestHeaders.ApiVersion, "2"); In the backend, we have a…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-30T18:53:42.56+00:00
Stesvis 1,041 Reputation points
commented 2021-06-01T14:47:29.67+00:00
Stesvis 1,041 Reputation points
4 answers

sending out SMS message

Hello experts; I have a read a few response from the forum in regards to creating an application to send out an SMS text message but I couldn't find a good answer. Hence, I would like to create an application that will be able to send out an SMS…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,796 questions
asked 2021-04-08T04:03:23.677+00:00
oly 66 Reputation points
answered 2021-06-01T07:59:05.317+00:00
manish verma 441 Reputation points
1 answer One of the answers was accepted by the question author.

Update UI Live Xamarin

Good Day All i have an app with similar functionality as Twitter and Facebook. in the app a user can like a post . which means when a user tabs the like button , it will update on the db that this post has been liked by User X and the increase of…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-30T21:36:48.753+00:00
Vuyiswa Maseko 351 Reputation points
accepted 2021-05-31T08:09:08.643+00:00
Vuyiswa Maseko 351 Reputation points
2 answers One of the answers was accepted by the question author.

RedirectToRoute question

I have a project using MVC 5 Web APIs. In one of my ApiController(s) I need to use the return RedirectToRoute(name, routeValues) method. The problem I have is that I don't know how to get the name of the destination route . Is there an [Attribute]…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-26T18:28:03.337+00:00
Stesvis 1,041 Reputation points
accepted 2021-05-31T03:16:30.83+00:00
Stesvis 1,041 Reputation points
0 answers

Rewriting of a MatLab desktop application into an ASP.NET Web application

Hi, This question is about the feasibility of rewriting a MatLab desktop application into an ASP.NET Web application. Here is the context. The MatLab desktop application has been built with MatLab software 2013. The internal IT programmer…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-27T19:23:30.7+00:00
Alexandre Drolet 1 Reputation point
commented 2021-05-28T21:00:37.95+00:00
Alexandre Drolet 1 Reputation point
1 answer

B2C Webform: Can't Get Claims

I've been working with https://github.com/Zen3InfoSolutions/B2C-WebForms-DotNet as a base. Mostly, I've changed it for my environment and fixed a line or two. I've got it asking for login information, but I don't get any claims information when it…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,833 questions
asked 2021-05-19T18:23:17.363+00:00
Dave O'Hara 1 Reputation point
commented 2021-05-27T19:35:32.377+00:00
James Hamil 23,886 Reputation points Microsoft Employee
1 answer

want to show pack of 3 user at a time using jquery

Hi, I have mutiple user's in sql server table like 10 or so on , Requirement: i want to show user with group of 3 user , suppose user A, B, C D E F E i want to show it using jquery on div like A …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-20T13:40:17.483+00:00
Mohammad Qasim 576 Reputation points
answered 2021-05-26T09:19:09.883+00:00
Sean Fang-MSFT 156 Reputation points
0 answers

Image file too small

Hi, I am currently using Visual Studio 2019 to create a ASP.net web form. There is a problem when I try to include elements into the file like <asp:TextBox> or <asp:Button>. There are warnings that says that those elements are not supported,…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-23T08:23:20.477+00:00
GenuinelyEggedSandwich 1 Reputation point
commented 2021-05-24T08:33:31.05+00:00
GenuinelyEggedSandwich 1 Reputation point
1 answer

How can I clear these message errors. I am supposed tofind a page of the first Customer instead this full page message?

C# Step by Step Chapter 27: Pg 718 When I click Customers > View > Display in Chrome, I get the following Webpage, which is expected. But this command to show the first Customer of the AdventureWorks database must render a clean…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,135 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-22T15:39:03.9+00:00
Amos Matthew 26 Reputation points
answered 2021-05-22T17:44:54.013+00:00
Amos Matthew 26 Reputation points
0 answers

Lock bakground screen when a dialog box open in asp.et

Hi I have a Formview on a website page. On this form view i have few buttons. like Edit, cancel, download and send. when i click on send button it opens a dialog box which i created with windows.form. When that dialog box open Background…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-20T06:29:00.36+00:00
Ruj44 1 Reputation point
commented 2021-05-21T03:28:22.43+00:00
Yijing Sun-MSFT 7,076 Reputation points
0 answers

Web Form B2C Redirection

I have a legacy web form that needs to use B2C for authentication. I'm getting the B2C login ok, if I use something like http://localhost:55555 in the redirect uri on the application registration. The problem is that after getting through the login, it…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,833 questions
asked 2021-03-23T19:07:38.47+00:00
Dave O'Hara 1 Reputation point
commented 2021-05-19T18:56:30.13+00:00
Dave O'Hara 1 Reputation point
1 answer

Handling exceptions multiple ways in asp.net application

In my application I need to display error message in two different ways based on severity. Contacting Administrator if severity is high. User handling the error by themselves without contacting administrator. I achieved first one like as follows:…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,796 questions
asked 2021-05-17T13:13:19.327+00:00
Varuni Rao 1 Reputation point
answered 2021-05-17T15:51:49.563+00:00
Duane Arnold 3,221 Reputation points
1 answer One of the answers was accepted by the question author.

How to pass data from one usercontrol to another usercontrol

i have two usercontrols like below in service.aspx file <%@ Register Src="BPRS.ascx" TagName="BPRS" TagPrefix="ucBPRS" %> <%@ Register Src="MMSE.ascx" TagName="MMSE"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,796 questions
asked 2021-05-15T18:39:06.797+00:00
ondimand ondimand 21 Reputation points
commented 2021-05-17T12:59:04.66+00:00
AgaveJoe 28,016 Reputation points
2 answers

HTML Visualizer

I am trying to access content on a website page using: Uri uri = new Uri("http://www.xyz.com/abc"); // just a psuedo website HtmlWeb web = new HtmlWeb(); HtmlAgilityPack.HtmlDocument doc = web.Load(uri); Using the debugger, I look…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-14T02:45:53.16+00:00
Joe Montgomery 6 Reputation points
commented 2021-05-17T06:26:07.573+00:00
Yijing Sun-MSFT 7,076 Reputation points
1 answer

Web Developer Certifications and career roadmap.

I am a novice to Information Technology and looking forward to career switching in next 6 months. Started self learning HTML5, CSS3 and JavaScript recently online and interested in Web Development entry level roles to kick start the career. After…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-05-15T21:05:49.15+00:00
Vara Prasad Dalli 11 Reputation points
answered 2021-05-17T03:16:47.08+00:00
XuDong Peng-MSFT 10,426 Reputation points Microsoft Vendor
0 answers

How do I trouble shoot a sign in with microsoft button login?

My client has an existing MVC application. Another developer on their team created the sign in. When deploying it to the test server, it was discovered that the sign in only works once. I can start the application, and test with 3 different Microsoft…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,796 questions
asked 2021-04-30T14:17:23.71+00:00
Data Juggler 181 Reputation points
commented 2021-05-12T20:59:31.343+00:00
Data Juggler 181 Reputation points
1 answer One of the answers was accepted by the question author.

Invalid form inputs are missing aria-describedby connections to their error text

I have the following source in an mvc .cshtml page. @Html.LabelFor(m => m.CollegeListQuestionnaireFamilys[index].FirstName, "First Name") @Html.TextBoxFor(m =>…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
asked 2021-04-19T20:49:41.753+00:00
Robert Coscia 21 Reputation points
commented 2021-05-12T17:42:31.593+00:00
Robert Coscia 21 Reputation points
1 answer

Dynamically load parameters from Reporting Services from .net application

Hi Team, Good Day. I am in the process of building an application which would act as a wrapper around SSRS. We have around 100+ reports with varied parameters. I would like to create an application in .NET MVC which would dynamically load the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,906 questions
asked 2021-05-11T14:17:53.017+00:00
raghul varma 1 Reputation point
answered 2021-05-11T17:47:04.313+00:00
Duane Arnold 3,221 Reputation points
1 answer

comment je peut s'identifier avec session dans asp.net

protected void Button1_Click1(object sender, EventArgs e) { //login page et la validation de user et password dans BD: string r = ""; SqlConnection cn = new SqlConnection("Data…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,445 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,572 questions
asked 2021-05-10T15:57:15.633+00:00
HIND BENKOUCH 1 Reputation point
answered 2021-05-11T05:16:46.217+00:00
Yijing Sun-MSFT 7,076 Reputation points