3,396 questions with ASP.NET tags

Sort by: Updated
1 answer

Interaction between 2 window in MVC

I have one button 'btndetach' on AssignInvoice.cshtml page. i have one partial view _AssignInvoicePDF on AssignInvoice.cshtml page. I am opening new window on btndetach button click event. function DetachImage() { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2021-06-24T07:23:51.523+00:00
Megha Chourasiya 1 Reputation point
answered 2021-06-25T05:33:45.42+00:00
Yijing Sun-MSFT 7,071 Reputation points
2 answers

How to make my dropdownlist have always the same index selected

So I want to make my dropdownlist to have always the same index selected, for example I have a gridview and I have a pager on it, if I change the page the index I had in my dropdownlist resets and I can give other example, I have a search textbox in my…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2021-06-24T10:03:29.75+00:00
babluplanet 21 Reputation points
answered 2021-06-25T04:49:42.343+00:00
Albert Kallal 5,226 Reputation points
2 answers

How to convert whole ASP.net site to https

Hello , We have old ASp.net MVC application that needs to be converted to https. I do not have a lot of experience with ASP.net so struggling with this issue The application has a default Webpage and multiple tabs , where each tab is new aspx page. I…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2021-06-18T19:19:52.65+00:00
Madhuri Kadam 1 Reputation point
answered 2021-06-24T14:15:20.127+00:00
PatriceSc 166 Reputation points
1 answer One of the answers was accepted by the question author.

How I show a nested DataView?

Hello, i watch and saw many examples to scroll a nested gridview, I have an example of one, but doesn't work, I can't scroll it, im doing something wrong? C#: protected void Page_Load(object sender, EventArgs e) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
923 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,571 questions
asked 2021-06-14T20:22:59.23+00:00
EvansGxz 121 Reputation points
accepted 2021-06-24T14:11:45.22+00:00
EvansGxz 121 Reputation points
0 answers

wwwroot permission setting

I had a requirement to restrict access to people from reading the web.config file in wwwroot folder of inetpub. All I did was removing the MACHINENAME/USERS Group from the permission settings of wwwroot folder. Result: My site was getting access denied…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,344 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2021-06-23T05:59:01.297+00:00
NET_EXPLORER 1 Reputation point
commented 2021-06-24T10:52:00.783+00:00
AgaveJoe 27,421 Reputation points
1 answer One of the answers was accepted by the question author.

Bind Gridview without causing postback

I don't know why they closed forums.asp.net after so many years. Anyways, hopefully I hope to see other posters from that site over here! I have a page with about 10 gridviews on it. Each one has a modal popup extender. On one of them I have added a…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2021-06-22T00:12:13.04+00:00
Scot King 116 Reputation points
commented 2021-06-23T18:26:13.49+00:00
Albert Kallal 5,226 Reputation points
2 answers

How to send cookies from account.domain.com to app.domain.com?

How to send cookies from account.domain.com to app.domain.com? I am working on an authentication. I want to send cookies from account.domain.com to app.domain.com. The problem is, I can send cookies in the response header but the browser does not set the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2021-06-23T05:08:59.867+00:00
chouglesaud 6 Reputation points
answered 2021-06-23T14:46:41.853+00:00
Bruce (SqlWork.com) 60,361 Reputation points
1 answer One of the answers was accepted by the question author.

convert json to c# class with variable structure

Hello, I'm working in asp.net mvc. I have a method action in myControllerwhich takes arguments as parameters, I enter an input file and I call an exe. I receive as a return an output file in json format. I would like to manipulate the existing…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2021-06-23T08:33:43.993+00:00
sil bahi 96 Reputation points
accepted 2021-06-23T11:33:48.88+00:00
sil bahi 96 Reputation points
6 answers One of the answers was accepted by the question author.

Double entry on one button click ,asp.net c# webform

I am currentyl facing issue ,that user click one time on Button ,then entry get inserted two time in system, so i want to set interval of 4 second between entries,mean that if User insert time 11:15:14 ,if user try to save another entry then it take 4…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,198 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,591 questions
asked 2021-06-14T11:42:30.127+00:00
Analyst_SQL 3,551 Reputation points
accepted 2021-06-23T07:58:48.077+00:00
Analyst_SQL 3,551 Reputation points
1 answer

How to move Calendar in ASP.NET C# Web Forms?

Hi, I added a Calendar control to my webforms but the control is only staying at the left, I am not able to move it to the center. I found nothing on the web. Pls help! Even treeview, menu, gridview are not moving

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2021-06-22T06:58:43.803+00:00
Hemanth B 886 Reputation points
answered 2021-06-22T08:20:19.617+00:00
Viorel 114.1K Reputation points
1 answer

Progress bar in asp.net

Hi all, I want to show progress bar in asp.net page I have to read column 'BuildCompletedCount' from database from table 'TestResultAvailibiltyMaster'. Basically BuildCompletedCount keeps getting updated upto 9. As and when count is getting updated…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,571 questions
asked 2021-06-17T03:40:59.167+00:00
Santosh Umarani 81 Reputation points
answered 2021-06-22T08:00:42.237+00:00
Yijing Sun-MSFT 7,071 Reputation points
2 answers One of the answers was accepted by the question author.

How to Capture a Response of the “Azure AD B2C UserFlow” in ASP.NET (.aspx)?

I have created ASP.Net (.aspx page) WebApp. I want to Implement an AzureAD B2C login userflow in that Web Application with .aspx page.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,740 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,346 questions
asked 2021-06-20T09:25:37.947+00:00
Farhan Khadpolkar 21 Reputation points
accepted 2021-06-22T06:17:37.867+00:00
Farhan Khadpolkar 21 Reputation points
1 answer

Why not able to load netstandard.dll when creating new window service with SignalR assembly?

We had conversion feature in our application. Which feature refers core library which linked with netstandard.dll. When we creating new window service by using SignalR and placing the library file in same bin folder, facing the below error. Could not…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2021-06-21T14:51:04.073+00:00
Thangachamy Maruthaiah 1 Reputation point
answered 2021-06-22T05:50:42.323+00:00
Yijing Sun-MSFT 7,071 Reputation points
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,344 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,071 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,396 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 114.1K 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,396 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,571 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,396 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,571 questions
asked 2021-06-20T15:28:16.81+00:00
coder rock 276 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,396 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,571 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,396 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,591 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,396 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,226 Reputation points