3,312 questions with ASP.NET tags

Sort by: Updated
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,312 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,376 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 26,166 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,312 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,071 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,312 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,181 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,312 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,376 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,312 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,312 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,824 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,216 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,312 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.
12,892 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,071 Reputation points
0 answers

The type Database cannot be constructed. You must configure the container to supply this value.

Hi, Everything works fine but when user stays sometime idle on page user gets "The type Database cannot be constructed. You must configure the container to supply this value." error. i am using asp.net mvc and WCF as service. Thanks, …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2021-05-09T14:13:41.36+00:00
Umakant Jadhav 6 Reputation points
commented 2021-05-10T08:33:19.933+00:00
Yihui Sun-MSFT 801 Reputation points
1 answer

Save generate pdfinto folder

In mvc razor using RDLC i have generate pdf but how can I save it folder in that mean time

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2021-05-09T11:51:43.923+00:00
Sofware Support 1 Reputation point
answered 2021-05-10T06:52:18.207+00:00
Yihui Sun-MSFT 801 Reputation points
2 answers One of the answers was accepted by the question author.

Asp.net web works fine in VS but not working after pulsihing to site

I have this application that I build. It is a APS.NET web application(.NET Framework) using C#. It compile fine and run fine, when I run it in Visual Studio. However, when I publish it to the wwwroot folder on the same machine that I'm developing on,…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2021-05-09T03:34:50.757+00:00
HoneyBadger66 96 Reputation points
accepted 2021-05-10T02:15:16.973+00:00
HoneyBadger66 96 Reputation points
1 answer

Show multiple result in asp.net web forms Datalist

I am new to Asp.net and C#. I have to implement a Datalist that have multiple different type-size and result rows. But I do not know how to do this. As shown below.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 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,376 questions
asked 2021-05-06T14:08:18.507+00:00
pb 1 Reputation point
answered 2021-05-07T05:54:02.447+00:00
Yijing Sun-MSFT 7,071 Reputation points
2 answers

MicrosoftTeams cmdlets not working with AccessToken

I am trying to run cmdlets from powershell module MicrosoftTeams (version 2.0.0) in a C# web application. I am using Authorization code flow and code from the answer provided in this post to acquire token: Acquire AAD token using ASP.Net web forms. Note:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,824 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 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,376 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,917 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,406 questions
asked 2021-04-21T19:38:22.627+00:00
kshab 6 Reputation points
answered 2021-05-05T22:37:26.687+00:00
kshab 6 Reputation points
1 answer

Issue with DocumentFormat.OpenXml reading docX file

Hi , I am using DocumentFormat.OpenXml for reading content from .docX file in asp.net c#. I have issue with paragraph.InnerText it is given " TOC \o \"1-2\" \h \z \u 1.Introduction PAGEREF _Toc294041589 \h 4" but I need only content…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 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,376 questions
asked 2021-04-30T11:47:46.617+00:00
Dhananjay Siwach 21 Reputation points
commented 2021-05-05T08:34:54.543+00:00
Yijing Sun-MSFT 7,071 Reputation points
2 answers One of the answers was accepted by the question author.

error while connectivity with SQL server using asp.net ( web forms )

Greetings, Giving below error, while connectivity with sql server using asp.net ( web forms ) attached is the image of error below Error Details: System.Data.SqlClient.SqlException: 'A network-related or instance-specific error occurred while…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2021-05-03T09:25:15.127+00:00
Mohammad Qasim 576 Reputation points
commented 2021-05-04T18:24:45.183+00:00
Mohammad Qasim 576 Reputation points
1 answer

how to display list of dynamic tables from controller on view in asp.net?

how to display list of dynamic tables from controller on view in asp.net?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 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,376 questions
asked 2021-05-04T03:55:12.24+00:00
Muhammad Faheem 1 Reputation point
commented 2021-05-04T12:20:52.253+00:00
Duane Arnold 3,216 Reputation points
2 answers

If I use Dev Express Grid View control in my ASP .Net Web App will that be chargable?

I have Visual Studio subscription & working on ASP .Net web app, can i use Dev Express GridView control for free or will that be chargeable to me? Also if anyone can suggest any other Package which is as good & featureful as Dev Express &…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2021-05-03T10:29:10.007+00:00
Addy2021 1 Reputation point
answered 2021-05-04T05:46:42.783+00:00
Yijing Sun-MSFT 7,071 Reputation points
0 answers

Creating a custom C# windows app (msi) containing customer number on the ASP.NET website

I have a website https://www.monitup.com/ for the system to work, customers need to download the msi setup file written in C # and turned into an installation project. There is no problem so far, the point where I am stuck is that I cannot…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 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,376 questions
asked 2021-05-01T23:19:28.19+00:00
Faruk Durak 6 Reputation points
commented 2021-05-03T17:10:31.313+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
1 answer

OAuth Login with Phone number or Email address

Hi Techie, How to login with Phonenumber or Email address using Oauth ?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 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,376 questions
asked 2021-04-29T11:10:53.937+00:00
Selvi Jp 1 Reputation point
answered 2021-04-30T09:31:35.337+00:00
Chao Deng-MSFT 796 Reputation points
1 answer One of the answers was accepted by the question author.

How to add custom claims to Jwt Token in OpenIdConnect

Just like AzureAD we have our own custom Firm ActiveDirectory which we are connecting from UI as well as API for Authentication in .NetCore using OpenIdConnect (AddOpenIdConnect extension method). In my use case after authentication on UI side, I need…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,237 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 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,376 questions
asked 2021-04-27T10:11:46.18+00:00
Ashutosh Arun Pareek 76 Reputation points
commented 2021-04-30T07:00:55.18+00:00
mobiletonster 116 Reputation points
1 answer

Cannot edit a web application

Hi I have asp.net web application, I try to edit the code but the content of the site does not change, I tried to convert the web application to a web site but another error appears instead of displaying GDI+ graphics showing a black screen and one…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
306 questions
asked 2021-04-08T02:42:44.647+00:00
Yusuf 711 Reputation points
answered 2021-04-29T17:05:22.017+00:00
Ken Kam Hung, Lin 91 Reputation points