3,383 questions with ASP.NET tags

Sort by: Updated
1 answer

ECCN (Export Control Classification Number)

Hi, I need the following ECCN (Export Control Classification Number). EnterpriseLibrary.Common 5.0.505 & 6.0.1304 EnterpriseLibrary.Data 5.0.505 & 6.0.1304 Microsoft.AspNet.Mvc 5.2.7 Microsoft.AspNetCore.Authentication.JwtBearer…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,307 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-06-21T23:12:37.19+00:00
Daniela Jimenez Leon 1 Reputation point
answered 2021-06-22T01:58:09.97+00:00
Zhi Lv - MSFT 32,056 Reputation points Microsoft Vendor
1 answer

Calculator C# ASP.NET

Hi, I created a calculator in C# ASP.NET Web Forms. This is my code: I created click events for multiple buttons. Code when numbers 0 to 9 including decimal point are clicked: protected void numbers(object sender, EventArgs e) { Button b =…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-06-21T12:28:10.94+00:00
Hemanth B 886 Reputation points
commented 2021-06-21T17:44:01.553+00:00
Viorel 114K Reputation points
4 answers

How to deduct product quantity from database after order is proceed

Hello guys. I have 2 asp.net WebForms, WebForm1 contains a button that redirects into WebForm2 which contains a contact form that needs to be filled to proceed an order. I have a drop down list in it that is connected to the database, and depending…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 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,519 questions
asked 2021-06-18T11:34:26.903+00:00
Bojan Serafimovski 21 Reputation points
commented 2021-06-21T10:00:07.647+00:00
Bojan Serafimovski 21 Reputation points
1 answer

Convert html foreach loop data to webgrid using asp.net mvc razor view

Below html table is filling using two loop condition, and same i want using two loop conditions to fill Webgrid <table class="awe-ajaxlist table_dashboard"> <tr class="tbl_header"> …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 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,519 questions
asked 2021-06-20T15:28:16.81+00:00
coder rock 216 Reputation points
answered 2021-06-21T08:19:23.557+00:00
Yijing Sun-MSFT 7,071 Reputation points
1 answer

Ajax Update Panel ScriptManager.RegisterStartupScript redirect Parent from iframe not working

I have an aspx page, c#, that loads in Ajax Update Panel. After page loads I override Page_Render so that I can save the page content as a pdf. After writing the file I want to redirect parent (my page is inside iframe) to another location on same site.…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 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,519 questions
asked 2021-06-18T18:10:51.147+00:00
Cindy Mello 62 Reputation points
answered 2021-06-21T02:45:22.5+00:00
Yijing Sun-MSFT 7,071 Reputation points
3 answers One of the answers was accepted by the question author.

set interval of 4 second between entry using sql

Currently i am facing issue ,of double entry on one button click . below is code SQL ALTER PROCEDURE [dbo].[spInsertPorderder] -- Add the parameters for the stored procedure here @Codeitem int, @OrderNo int, @prdqty int, …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,582 questions
asked 2021-06-14T11:32:34.887+00:00
Analyst_SQL 3,551 Reputation points
commented 2021-06-21T00:12:13.02+00:00
Suwandi 1 Reputation point
3 answers

jquery: picking up values ffrom input field

hi, I'm populating some input fields ( selects, dropdowns) on a form from a querystring. Then after, the submit button is triggered. Even though I see the values in the textbox fields, and I am triggering submit after fields are filled, it looks like…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-06-16T23:00:58.97+00:00
m gallotti 1 Reputation point
answered 2021-06-20T02:49:05.427+00:00
Albert Kallal 5,221 Reputation points
1 answer One of the answers was accepted by the question author.

how to right justify and format the column in a datatable

I have a datatable that is created in code behind. I need to right justify the number column and I also want to bold the last column of the datatable with a dollar sign in the beginning. I aslo need to put commas for the numbers. below is my cs page…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-06-16T21:10:49.87+00:00
Adarsh Gupta 21 Reputation points
accepted 2021-06-17T19:06:34.837+00:00
Adarsh Gupta 21 Reputation points
1 answer

Use signalR with Client in .netcore and server in .net framework(4.6.2)

Hello, I am trying to open a communication channel using SignalR between a client written in c# with .netcore and a server with .net framework 4.6.2 also written in c#. Is it posible? If the answer is no, what can I do to be able to communicate between…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,307 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-03-24T16:24:15.663+00:00
David Cerezo Romero 1 Reputation point
commented 2021-06-17T17:41:24.237+00:00
Kenneth Christensen 1 Reputation point
2 answers

best and most secure way to encrypt data

Hello. I have a program written with .net mvc(c#) and sql server 2014 I want to store some information encrypted in the database. What is the best and most secure way to encrypt data? And that encryption is better done in the sql or in C#?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 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,112 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,519 questions
asked 2021-06-14T13:29:24.607+00:00
banoo 1 Reputation point
commented 2021-06-17T14:45:44.337+00:00
Michael Taylor 50,346 Reputation points
2 answers One of the answers was accepted by the question author.

How to fix robots.txt file errors

Hello community how are you? I am currently new with robots.txt files and SEO improvement, I am currently supporting an ASP.Net application and I am in the task of improving this feature of SEO positioning. In what I was revisano with the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-06-16T13:12:13.98+00:00
Diego López 21 Reputation points
answered 2021-06-17T14:42:56.923+00:00
Bruce (SqlWork.com) 59,306 Reputation points
1 answer

I wish to use the ReportDocument.Load() method to load the byte array object. Is that doable?

Is there a way of loading byte array as ReportDocument without having to save it and use its location? Details: Let's say I have saved rpt file in ByteArray in database table, I wish to use the ReportDocument.Load() method to load the byte array…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 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,519 questions
asked 2021-06-17T06:53:19.577+00:00
Megha Chourasiya 1 Reputation point
answered 2021-06-17T09:01:23.62+00:00
Chao Deng-MSFT 796 Reputation points
1 answer One of the answers was accepted by the question author.

404 for packages-microsoft-prod.deb when trying to install of Ubuntu 20.04

I'm trying to add ASP.net onto my Ununtu 20.04 server. As per: https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu They tell you to: wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-06-17T07:44:34.55+00:00
Andy Newby 26 Reputation points
commented 2021-06-17T08:27:22.547+00:00
Leon Laude 85,701 Reputation points
2 answers

Which approach of entity framework should I use in ASP.NET MVC

Hello all, I am new to asp.net mvc,want to create an application where can user Asp.net mvc,Sql,Ef. Which approach is normally used in Industry dbfirst or codefirst.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-06-15T04:54:06.453+00:00
Pinky 21 Reputation points
answered 2021-06-17T01:13:58.883+00:00
Duane Arnold 3,216 Reputation points
2 answers One of the answers was accepted by the question author.

How to autofill a TextBox that is located on WebForm2 by clicking a button on the main WebForm

I am making an asp.net website and I have a button on the main WebForm that it is hyperlinked with WebForm2. The WebForm2 that opens is a typical contact form that contains some text boxes, drop down lists and a button that sends an e-mail with the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 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,519 questions
asked 2021-06-06T16:11:45.867+00:00
Bojan Serafimovski 21 Reputation points
answered 2021-06-16T09:06:36.917+00:00
Bojan Serafimovski 21 Reputation points
0 answers

Not able to ask question on forums.asp.net

I was in the progress off understanding how Routing works with a API I also got a reply from mr YihuiSun that send me a private message asking if i understood it when i try to reply to the thread or to the private message i get a error: The page…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-06-01T19:26:21.087+00:00
osyris 236 Reputation points
commented 2021-06-16T07:46:14.96+00:00
Chao Deng-MSFT 796 Reputation points
1 answer

Uncaught TypeError: $(...).datepicker is not a function

Hi All, Getting the following errors for trying get a datetime picker. Create:247 Uncaught TypeError: $(...).datepicker is not a function at Create:247 (anonymous) @ Create:247 Create:243 Uncaught TypeError: $(...).datepicker is not a function at…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 questions
asked 2021-06-14T21:18:00.053+00:00
App Dev 86 Reputation points
answered 2021-06-16T07:00:04.283+00:00
Yijing Sun-MSFT 7,071 Reputation points
2 answers

Combine information from several .net web form applications

We have several web form applications that were developed using .NET 4.0 framework. There is a need to now have some of the information from several web applications displayed in one common place/application. What would be the best option for this…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
713 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,540 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 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,519 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,636 questions
asked 2021-06-15T13:28:17+00:00
fp2021 21 Reputation points
answered 2021-06-16T02:17:14.507+00:00
Yijing Sun-MSFT 7,071 Reputation points
2 answers

IIS: setting multi-user or different sessions

Hello! I have a dynamically generated grid (ASPxGridView) to which I connect the dynamically generated source (DataTable). I store the source in the viewState of the page before writing it to the database. My problem is that when different users…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 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,112 questions
asked 2021-06-15T13:40:48.993+00:00
Inna Skapenko 21 Reputation points
answered 2021-06-15T15:07:52.7+00:00
Michael Taylor 50,346 Reputation points
1 answer

Setting Currency independent of culture

I am having a futher issue here. In asp.net 5 and mvc I want to have a dropdown with currency the part of selection and identifying which works [HttpPost] public IActionResult SetCurrency(IFormCollection forms,string returnUrl) { string storeLocale =…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,307 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,383 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,519 questions
asked 2021-06-12T17:38:44.633+00:00
NOVATROOP77 256 Reputation points
answered 2021-06-15T10:18:11.043+00:00
Yihui Sun-MSFT 801 Reputation points