3,398 questions with ASP.NET tags

Sort by: Updated
0 answers

webservice service System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)

I am currently encountering an issue with a web service. The server-side field MinimumOrderAmount is of type double, and in my receiving program, I have defined it as decimal. When the server sends a value of 9999999999 for MinimumOrderAmount, my program…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,582 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 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,591 questions
asked 2024-07-04T03:09:31.28+00:00
Xu Li 0 Reputation points
commented 2024-07-09T02:29:22.95+00:00
Lan Huang-MSFT 28,821 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to receive selected radio button values in the controller in ASP. Net Core 6 MVC

I am working on asp.net core 6.0 MVC. On the view, I have four radio buttons and would like to get the selected radio button value in the controller and process further based on the selected value. I have created a view model to pass data between the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,351 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-07-08T20:44:31.4166667+00:00
Sherpa 241 Reputation points
answered 2024-07-08T21:04:19.22+00:00
AgaveJoe 27,501 Reputation points
1 answer One of the answers was accepted by the question author.

Why is the logon_user variable blank when a user has windows 11 PC ?

We have a asp.net application. This uses windows authentication and reads the LOGON_USER variable to check if the current user is allowed access etc. This all works from users using a windows 10 PC, but when the user has a windows 11 PC the LOGON_USER…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-07-08T11:04:40.38+00:00
Greg Booth 1,316 Reputation points
accepted 2024-07-08T16:23:26.5366667+00:00
Greg Booth 1,316 Reputation points
1 answer

AppShell- Failed to Navigate Back, Ambiguous routes matched for.... but i've only registered routes once

I am building an Xamarin Forms app for iOS and Android. I registered my routes in AppShell.xaml.cs globally like this: **-AppShell.xaml.cs-** Routes.Add(nameof(HousingFolderPage), typeof(HousingFolderPage)); Routes.Add(nameof(HousingFolderDetailsPage),…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,322 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 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,591 questions
asked 2023-03-26T23:28:07.2466667+00:00
Nabil 6 Reputation points
commented 2024-07-07T18:26:48.8433333+00:00
Danilo Barcellos 0 Reputation points
1 answer

REGISTRATION AND LOGIN PAGE USING ASP.NET WITH C# LANGUAGE

Using an ASP web form, design a registration and login page that meets the following requirements; 1. Password is hashed/encrypted in the database 2. Include a notepad file of your database table.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 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,230 questions
asked 2023-07-06T03:24:27.7833333+00:00
Mickey- Darling 0 Reputation points
answered 2024-07-07T15:47:14.8533333+00:00
Evans Obodai 0 Reputation points
1 answer

Manage Bluetooth with an ASP.NET app

good evening, I find myself creating a web application with asp.net in windows 11 also targeting previous versions, for managing bluetooth. I tried to integrate Windows.Device.Bluetooth with the VS22 package, but I get error NETSDK1130. I would like to…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 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,591 questions
asked 2024-07-03T10:06:53.05+00:00
Eric Marziali 0 Reputation points
commented 2024-07-04T20:42:43.44+00:00
Albert Kallal 5,226 Reputation points
4 answers

could not load file or assembly'Microsoft.data.sqlclient'

how to solve this error

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,582 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,833 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,230 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,591 questions
asked 2023-09-12T17:01:47.29+00:00
Niyati Savaliya 0 Reputation points
commented 2024-07-04T09:27:26.8866667+00:00
Steven Xi 6 Reputation points
0 answers

How to run a docker compose file from .Net Aspire?

I have multiple services that require a Docker Compose file to be run before starting. I have added a .NET Aspire application to manage all the services, but now I cannot run the Docker Compose file from the .NET Aspire application. Is there any way to…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,351 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-06-04T02:53:47.74+00:00
Md Akhtar Uzzaman 5 Reputation points
commented 2024-07-03T16:56:52.93+00:00
Maly Lemire 0 Reputation points
1 answer One of the answers was accepted by the question author.

carry forward total of each column

Hello This is my aspx page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head runat="server"> <title>demo</title> …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-07-01T13:28:54.6333333+00:00
RAVI 1,056 Reputation points
accepted 2024-07-03T11:27:31.0933333+00:00
RAVI 1,056 Reputation points
2 answers One of the answers was accepted by the question author.

Timeout Expired when multiple users login to the asp.net applications

I am developing asp.net application and hosted in the IIS server. when multiple user (more than 300 users+) accessing the applications at very first time all the users getting below error. "timeout expired. The timeout period elapsed prior to…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-07-01T13:29:08.3033333+00:00
BeUnique 2,112 Reputation points
accepted 2024-07-03T09:17:16.15+00:00
BeUnique 2,112 Reputation points
1 answer

Issue with an earlier well functioning AppService

Hello Team, I would like to ask your help in a technical issue. I am creating an AI chatbot flaskbased application , where using mostly open source libraries. For semantic search and ranking I am using FlashRank library…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,351 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,298 questions
asked 2024-06-21T09:00:34.67+00:00
Viktor Banai 0 Reputation points
commented 2024-07-02T07:45:53.9933333+00:00
JasonPan - MSFT 4,796 Reputation points Microsoft Vendor
1 answer

Additional empty page getting adding while generating the word documents.

I am actually trying to generate the word document as a resume using the interop library in an .net app. I am currently using bookmark for the formatting of the details in the word document. Once after the generation an additional empty page is adding at…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-07-01T08:40:00.82+00:00
PadmaPrasad H M 0 Reputation points
commented 2024-07-02T03:07:14.4933333+00:00
Lan Huang-MSFT 28,821 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

only parentheses data not filtering

Hello This is my aspx page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-07-01T04:29:40.17+00:00
RAVI 1,056 Reputation points
accepted 2024-07-01T09:33:50.44+00:00
RAVI 1,056 Reputation points
2 answers One of the answers was accepted by the question author.

How to create bootstrap Tab Menu in top of the heading on ASP.NET Home page

I have designed login page for my asp.net application. when user logging the application, in the home page, user want to see the settings of their menu's like below. On the top of the heading in right corner, user want to see the settings image. when…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 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,591 questions
asked 2024-06-22T12:51:39.3366667+00:00
BeUnique 2,112 Reputation points
accepted 2024-07-01T08:57:31.9433333+00:00
BeUnique 2,112 Reputation points
2 answers One of the answers was accepted by the question author.

SQL Mail Account Name not displaying properly while sending mail from ASP.NET Application

I am developing ASP.NET web application. In that, i am sending mail to end user from my SQL Mail profile. i have the below mail profile and account name and mail id. SQL Mail Account Name : IND GROUP MAIL E-mail ID : indteamsupport@jeevesteam.com We are…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 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,591 questions
asked 2024-06-23T15:57:21.8333333+00:00
BeUnique 2,112 Reputation points
accepted 2024-07-01T08:56:52.0666667+00:00
BeUnique 2,112 Reputation points
1 answer One of the answers was accepted by the question author.

How to export viewstate data to pdf in ASP.NET C#

I am developing asp.net application and i already done from viewstate to excel (not from gridview to excel). But, i am struggling to export pdf from viewstate. my viewstate columns is nearly having 20 to 25 columns. below is my code and correct me where…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 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,591 questions
asked 2024-06-18T18:03:07.49+00:00
BeUnique 2,112 Reputation points
accepted 2024-07-01T08:55:58.7233333+00:00
BeUnique 2,112 Reputation points
1 answer One of the answers was accepted by the question author.

export to excel with header data and column alignment should be perfect and center

This is my aspx page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head runat="server"> <title>demo</title> <script…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-07-01T04:23:36.8166667+00:00
RAVI 1,056 Reputation points
accepted 2024-07-01T08:16:28.89+00:00
RAVI 1,056 Reputation points
0 answers

How to create html inside jQuery function dynamic instead of using html controls static ?

I work on jQuery i have issue I can't append html inside jQuery script SO jQuery function GET_ITO_PROJECTS_DASHBOARD_SP() will create all html scripts below and i will remove html static and i will create all html at runtime within function so exactly…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
928 questions
asked 2024-06-30T23:28:19.83+00:00
ahmed salah 3,216 Reputation points
commented 2024-07-01T08:00:40.8333333+00:00
Lan Huang-MSFT 28,821 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

how to add header for each column

Hello This Is My Aspx Page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-06-30T06:28:31.5066667+00:00
RAVI 1,056 Reputation points
accepted 2024-07-01T03:58:23.9433333+00:00
RAVI 1,056 Reputation points
1 answer One of the answers was accepted by the question author.

show only filter record data in asp.net

Hello This is my MS SQl Data SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE [dbo].[Table1]( [ID] [int] IDENTITY(1,1) NOT NULL, [F1] [varchar](50) NULL, [F2] [varchar](50) NULL, [F3] [varchar](50) NULL, [F4]…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,398 questions
asked 2024-06-26T18:08:46.73+00:00
RAVI 1,056 Reputation points
accepted 2024-06-29T05:35:53.3433333+00:00
RAVI 1,056 Reputation points