3,243 questions with ASP.NET tags

Sort by: Updated
1 answer

How to create dynamic report depend on user input by ASP.NET Core?

I want to build a dynamic report by Asp.net core -EF-, I searched for many ways and ideas, but it doesn't support my idea, I am so disappointed, the core idea of my project is to get tables and columns names from the database and displays them for the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,134 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
asked 2023-02-26T09:52:23.6+00:00
Arwa Sami 20 Reputation points
edited a comment 2023-03-12T11:08:28.7533333+00:00
Arwa Sami 20 Reputation points
2 answers One of the answers was accepted by the question author.

Cannot implicitly convert type 'System.Collections.Generic.List<ERP_APP.Models.BigbaleView>' to 'System.Collections.Generic.List<ERP_APP.Models.ProbaleMV>'

I am facing following error Cannot implicitly convert type 'System.Collections.Generic.List<ERP_APP.Models.BigbaleView>' to 'System.Collections.Generic.List<ERP_APP.Models.ProbaleMV>' i am using below two model public class ProbaleMV …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 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,197 questions
asked 2023-03-10T12:47:06.8766667+00:00
Analyst_SQL 3,531 Reputation points
accepted 2023-03-12T04:56:03.5166667+00:00
Analyst_SQL 3,531 Reputation points
5 answers

Trying to upload excel file size 2 MB, when rows are more than 10000 then reading only 6000 rows and remaining rows are not added.

I am using Asp.net, using FileUpload control trying to read excel file and converting them into StringWriter. IF StringWriter data is processed directly in SQL query I can see all the rows are available but when I run through interface then I can see…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,342 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
asked 2023-01-25T05:26:17.8+00:00
Mohammed Tajudeen 0 Reputation points
commented 2023-03-10T11:18:28.3366667+00:00
vedavyasan .s 0 Reputation points
1 answer

what is the solution to get "CODE" value directly from Link Button not from the query string?

Hello Guys; The below codes work very well and I did not have any problems. but I just want to avoid page postback when the user clicked on LinkButton Product_Item. what is the solution to get "CODE" value directly from LinkButton, not from the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 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,197 questions
asked 2023-03-09T19:29:13.16+00:00
Peshang M. Husain 0 Reputation points
edited a comment 2023-03-10T09:19:00.8133333+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
2 answers

how to set a position of modal popup extender with dropdownlist at any screen size ?

Hi members i have a modalpopupextender that should be at the right of the screen i used x and y property and sometime in smaller screen it get not visible,i used a javascript to set the position and with button that outside the modalpopup it work fine if…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
863 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,564 questions
asked 2023-03-01T07:27:20.85+00:00
HOUSSEM MAHJOUBI 286 Reputation points
commented 2023-03-10T09:07:36.2233333+00:00
Lan Huang-MSFT 25,386 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

how i get the width of browser using asp.net

Hi members i want get the width of the web browser and i tried without succeed. this is my try : Dim wid = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width Dim hy = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height this code doesn't work in…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
863 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,564 questions
asked 2023-03-09T09:48:19.1066667+00:00
HOUSSEM MAHJOUBI 286 Reputation points
commented 2023-03-10T08:50:38.4333333+00:00
HOUSSEM MAHJOUBI 286 Reputation points
4 answers

How can i fix conversion failed when converting date and/or time from character string error

SQL CODE alter procedure [dbo].[urunGiris] @TableName varchar(100), @MalzemeStokNo varchar(50), @MalzemeAd varchar(100), @Irsaliye varchar(100), @MalzemeAgirlik varchar(50), @GirenMiktar int, @GirenTonaj FLOAT (53), @CikanMiktar int, @CikanTonaj FLOAT…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 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,639 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,197 questions
asked 2023-02-16T11:06:20.6433333+00:00
ÖMER NASUHİ KESKİN 20 Reputation points
commented 2023-03-10T08:23:58.45+00:00
PercyTang-MSFT 12,426 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to show buttons previous and next buttons when display pagination gridview ?

I work on asp.net web forms . I face issue I can't display previous and next button with Numeric page number . current status display page number numeric mode only as 1,2,3,4 etc. but I can't display previous and next with page numbers so How to make…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 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,197 questions
asked 2023-03-06T17:45:12.91+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
accepted 2023-03-10T07:52:41.7666667+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
0 answers

Reload page or Refresh control values ,after submit in database

I have class,which is, i am calling into controller for Prdno get from database. public class RecordID { SqlConnection con = new SqlConnection("data source=SERVER1\\SQLEXPRESS;initial catalog=SilverProduction;integrated…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 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,197 questions
asked 2023-03-08T12:53:47.0733333+00:00
Analyst_SQL 3,531 Reputation points
commented 2023-03-10T07:50:56.5166667+00:00
Lan Huang-MSFT 25,386 Reputation points Microsoft Vendor
2 answers

Required a Jquery | suming checkbox in aspx form

Hi, I have two gridvies, with one Label <asp:Label ID="Gender" runat="server"></asp:Label> If Lable having Gender Value is "Male" then count Limit is 2 if "Female" then count limit 4 Grid-1 …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
asked 2023-03-05T02:53:34.9066667+00:00
Aypn CNN 446 Reputation points
commented 2023-03-10T05:58:41.4933333+00:00
Aypn CNN 446 Reputation points
1 answer One of the answers was accepted by the question author.

disable entire section of checkboxes if a check box is clicked

I want to disable a section of checkboxes if the "not interested" check box is clicked. below is my code: <div> I have the following JavaScript: function Reassign(cb) { if (cb.checked == true) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
asked 2023-03-09T05:18:59.4133333+00:00
Anjali Agarwal 1,366 Reputation points
accepted 2023-03-09T22:00:20.5033333+00:00
Anjali Agarwal 1,366 Reputation points
1 answer One of the answers was accepted by the question author.

Caret displays inside of asp:Label control instead of beside it

I am trying to have a caret display beside my asp:Label control so that when the caret is clicked, there will be a dropdown that will have logout, but the caret is displaying inside the label. How can I have caret display beside the Label instead of…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,342 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
asked 2023-03-02T12:43:11.27+00:00
Donald Symmons 2,856 Reputation points
accepted 2023-03-09T21:50:23.49+00:00
Donald Symmons 2,856 Reputation points
1 answer

input array is longer than the number of columns

Hello guys: why does it show an error sometimes on my mobile device error: input array is longer than the number of columns on the row Basket_DataTable.Rows.Add(new object[] { Request["PRID"] this is full my code …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
asked 2023-02-19T22:19:14.9966667+00:00
Peshang M. Husain 0 Reputation points
edited an answer 2023-03-09T19:03:12.75+00:00
Peshang M. Husain 0 Reputation points
1 answer

MVC Controller how to realize a big test CHARGE ?

Hello all, we have developped a asp net mvc controller -> Post method where the ws receive a list of string The list of string will be MAX 50 elements and each string will be MAX 15 characters. Actually, the ws works well in local, but how to test in…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
asked 2023-03-03T08:44:50.2366667+00:00
cristopheB 551 Reputation points
commented 2023-03-09T16:09:33.7466667+00:00
cristopheB 551 Reputation points
1 answer One of the answers was accepted by the question author.

How to pass date parameter from view to controller in MVC

I want to pass date parameter from View to controller and retrieve data on the base of date parameter. C_Date is my date parameter below is my table class public class CustomerMV { public int CustomerID { get; set; } public string…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 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,197 questions
asked 2023-03-09T02:19:27.43+00:00
Analyst_SQL 3,531 Reputation points
commented 2023-03-09T09:54:35.71+00:00
Analyst_SQL 3,531 Reputation points
0 answers

video page

<asp:DataList ID="DataList1" runat="server" DataSourceID="SqlDataSource1" RepeatColumns="2" RepeatDirection="Horizontal" Font-Bold="False" Font-Italic="False"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 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,197 questions
asked 2023-03-09T06:46:01.0866667+00:00
kadir koçaslan 65 Reputation points
commented 2023-03-09T09:24:51.6+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
3 answers

What do (TextBox) and Controls[0] mean in this code?

Hi, now at school we are learning how to use GridView. We have a table with all the information of all the users. When we want to update a row, we need to store name, last name and other data in separate variables. Our teacher does it this…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 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,197 questions
asked 2023-03-08T10:10:24.1166667+00:00
MikeR 0 Reputation points
edited an answer 2023-03-09T05:31:47.5533333+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
2 answers

error InvalidOperationException: JavaScript interop calls cannot be issued at this time when pass value from page to page ?

I work on blazor web app with .net core 7 . I get error when try to pass user name from login page to another page dashboard after use login success. I pass data using session storage from login page to dashboard page . from debugging I check function…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,134 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,374 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 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,197 questions
asked 2023-03-04T18:28:33.1666667+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
commented 2023-03-09T02:11:36.04+00:00
Ruikai Feng - MSFT 2,526 Reputation points Microsoft Vendor
1 answer

How can I stop logs generated by AspNetCore?

I have an ASP.NET Core project running on an Azure Web App, logging to blob storage, which is full of hundreds of MB of the following: [Information] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting HTTP/1.1 [Information]…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,134 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,835 questions
asked 2023-03-04T03:11:23.3066667+00:00
Eric P 5 Reputation points
answered 2023-03-08T18:09:40.7666667+00:00
ajkuma 22,081 Reputation points Microsoft Employee
0 answers

File uploader control in each row of html table

I am generating the rows dynamically in a HTML table on a button click. In each row there is a HTML file uploader control. Let say If I create 3 rows and on each row I browse the 3 different files for uploading. when I click submit button, I am being…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,560 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
863 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,657 questions
asked 2023-03-08T06:20:41.2566667+00:00
Noman Soofi 1 Reputation point
commented 2023-03-08T09:06:30.05+00:00
RaytheonXie_MSFT 30,906 Reputation points Microsoft Vendor