3,272 questions with ASP.NET tags

Sort by: Updated
1 answer

Input type text above header for search columns not same size height and width of Header Data table ?

I work on asp.net mvc page view . but I face issue search for every column not have same size of header as Request No for search filter not same width and height of Request No column Header table and if you check also Line Manager on header and search…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-11-10T21:44:42.0933333+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
commented 2023-11-23T01:26:23.94+00:00
Lan Huang-MSFT 25,711 Reputation points Microsoft Vendor
1 answer

Bulk insert row from webgrid to database

I am inserting row from webgrid to database ,then below error is comin Object reference not set to an instance of an object. @model IEnumerable<Account_App.Models.CustomerMV> @{ Layout = null; WebGrid webGrid = new WebGrid(source: Model,…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-11-10T06:31:12.24+00:00
Analyst_SQL 3,551 Reputation points
commented 2023-11-23T01:26:00.22+00:00
Lan Huang-MSFT 25,711 Reputation points Microsoft Vendor
2 answers

how to update table employee based on request no and when change value of last working date ?

I work on asp.net MVC . I face issue I can't change last working date based on RequestNo . without using button submit meaning when last working date changed then call Edit action inside resignation controller without using submit button when value of…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-11-05T00:37:51.78+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
commented 2023-11-23T01:25:13.49+00:00
Lan Huang-MSFT 25,711 Reputation points Microsoft Vendor
1 answer

gridview row total using javascript or jquery without postback

Hello This Is My Sql database table USE [DEMO] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE [dbo].[Table_1]( [Field1] [varchar](50) NULL, [Field2] [float] NULL, [Field3] [float] NULL ) ON [PRIMARY] GO SET…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
872 questions
asked 2023-11-07T01:05:36.11+00:00
RAVI 896 Reputation points
commented 2023-11-22T06:40:13.4133333+00:00
XuDong Peng-MSFT 10,101 Reputation points Microsoft Vendor
1 answer

creating a vm using csharp fluent sdk

var vm = azure.VirtualMachines.Define(vmName) .WithRegion(location) .WithExistingResourceGroup(groupName) .WithExistingPrimaryNetworkInterface(nic) …

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 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,277 questions
asked 2023-11-20T06:00:52.89+00:00
Dharshan M 0 Reputation points
answered 2023-11-22T03:48:30.7+00:00
Dillon Silzer 54,646 Reputation points
1 answer

how to generate a PDF with dynamic header and footer

i need to create a PDF report doc and add to it a header with an image and add a footer with text and a page number on each page, can you recommend me the best library to do that?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 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,277 questions
asked 2021-09-17T15:24:35.627+00:00
Mafiev Dev 1 Reputation point
edited an answer 2023-11-21T11:21:47.0633333+00:00
Osjaetor 475 Reputation points
1 answer

How to eliminate extra folder/characters being added to URL

Recently, my Azure Web Apps have started automatically adding a subfolder after the domain to the URL in the client browser. E.g. Navigating to "CNAME.Domain.com/Default.aspx" will result in…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2022-02-04T06:37:22.093+00:00
AJ 1 Reputation point
edited an answer 2023-11-21T11:17:11.41+00:00
Osjaetor 475 Reputation points
1 answer

habilitar el puerto TLS en código .NET C# para entorno Azure

el error que me sale es sigs el codigo es este me falta algo para activaer el TLS o el STARTTLS desde el codigo? Gracias

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-03-17T20:24:13.3633333+00:00
Oscar Adrián Sánchez 0 Reputation points
answered 2023-11-21T10:53:28.0166667+00:00
Osjaetor 475 Reputation points
0 answers

Execute SSIS Packages Error

I Have mvc dotnet app that execute SSIS Package by calling Process in function and call DTExec.exe to execute the packages locally , i want to execute this packages remotely by ConnectionString because this packages in another server i searched and…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,456 questions
asked 2023-11-18T13:06:07.93+00:00
Omar Y Aly 0 Reputation points
commented 2023-11-20T07:09:34.14+00:00
Lan Huang-MSFT 25,711 Reputation points Microsoft Vendor
3 answers

How to achieve key/value pair max accurately with simple string using c#

I have simple string value line which contain below content. logo Name raj mobile 9038874774 address 6-98 india bill auto generated Now I am trying key/Value pair to achieve my detail and the pair value output expecting like below [0] Key: Name …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 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,277 questions
asked 2023-11-16T21:05:40.3933333+00:00
coder rock 196 Reputation points
commented 2023-11-20T07:06:49+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
1 answer

About "Use non-routable components in pages or views"

Excuse me, i use ASP.Net Core MVC then i use Blazor as component for user interface. Which mean for route using controller in MVC feature and user interface using Blazor component. .Net 8 has released. So i have intents to use feature "Interactive…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 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,396 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-11-17T10:18:26.3966667+00:00
Akhmad Hamzah S 0 Reputation points
commented 2023-11-19T17:37:23.7666667+00:00
Bruce (SqlWork.com) 56,686 Reputation points
0 answers

Upload a file to https://graph.microsoft.com/v1.0/sites/xxx.sharepoint.com/xxx/folder

Hi, I am trying to upload the file from .net7 app to sharepoint site https://graph.microsoft.com/v1.0/sites/xxx.sharepoint.com/xxx/folder. I am not sure how to do that. I did this following authentication process and after this how can I get to the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,395 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,645 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,682 questions
asked 2023-11-19T03:36:57.04+00:00
Netra Jyothi 0 Reputation points
commented 2023-11-19T10:34:27.4233333+00:00
Ken Kam Hung, Lin 91 Reputation points
2 answers

How to read pdf,jpeg,gif document using tesseract OCR with C# asp.net MVC

Currently we have one page and this page contains one file-upload and one submit button, then the user will select a file from file-upload and submit the pdf,jpeg,gif file. Now my requirement is the user will upload pdf,jpeg,gif read the content of the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 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,757 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,277 questions
asked 2023-11-11T21:00:28.0866667+00:00
coder rock 196 Reputation points
commented 2023-11-17T10:11:31.0166667+00:00
coder rock 196 Reputation points
2 answers

How to get value of property Speaks tuff on Model using jQuery?

I work on asp.net MVC 5 .NET Framework . I face issue I can't get value of Property SpeakStuff when Page Load . on object ResignationRequester property SpeakStuff represent by two check boxes Yes and No . if SpeakStuff equal True then Yes checkbox will…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-11-15T21:04:13.9833333+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
commented 2023-11-16T11:06:36.67+00:00
AgaveJoe 1,495 Reputation points
2 answers One of the answers was accepted by the question author.

IntelliSense not working in VS 2022 for a single aspx file.

I new a web form in VB (the same question in C#) without new a project. While the automatic completion not work in VS 2022. I'm sure I have installed IntelliCode and enabled it in Tools->options->Auto list members. And this function even works…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 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,623 questions
asked 2023-11-16T04:57:44.84+00:00
舒阳 施 20 Reputation points
accepted 2023-11-16T08:38:26.3266667+00:00
舒阳 施 20 Reputation points
3 answers One of the answers was accepted by the question author.

Circle loader during page loading and right check animation when the page loads

I have a circular loader and a right-check icon. The cirular loader displays on page load and the right-check icon is an animated display that shows when the checkbox is clicked. How can I make it that instead of clicking the CheckBox to display the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,395 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 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,277 questions
asked 2023-11-15T06:22:37.62+00:00
Donald Symmons 2,856 Reputation points
accepted 2023-11-16T06:55:41.8833333+00:00
Donald Symmons 2,856 Reputation points
2 answers

why property Speak Stuff give me error when not detected by session on asp.net mvc ?

I work on asp.net MVC 5 .NET Framework . I face issue I can't get value of Property SpeakStuff when Page Load . on object ResignationRequester property SpeakStuff represent by two check boxes Yes and No . if SpeakStuff equal True then Yes checkbox will…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-11-15T20:54:06.6766667+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
edited an answer 2023-11-16T06:41:02.78+00:00
XuDong Peng-MSFT 10,101 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

validation message sweet alert display more than once when record exist before and click on submit button multi time ?

I work on asp.net mvc Application Ajax Request Calling I face Issue message sweet alert display more than once if i click button submit more than once if i press same button submit again for same request it will display (message Employee Exist Before)…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-11-13T11:25:54.3866667+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
accepted 2023-11-15T18:22:15.15+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
1 answer

What is the best way to have WebForms ComboBox's width reach to the end of the content

I am currently working with WebForm's ComboBox and I am trying to make it reach to the end of the content. I currently have the CSS looking like this .CustomComboBoxStyle .ajax__combobox_textboxcontainer input { background-color: #ADD8E6; …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-11-13T21:42:35.8733333+00:00
Brian Tan 40 Reputation points
commented 2023-11-15T07:27:28.39+00:00
XuDong Peng-MSFT 10,101 Reputation points Microsoft Vendor
1 answer

Trace links exist when cleaning up file system

I am trying to remove hundreds of redundant files. How may i ensure i dont delete essential files that are needed during operation. i am having to find files that contain links to each file e.g. Image, which is a long process!

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
asked 2023-11-13T01:07:08.52+00:00
peter liles 556 Reputation points
commented 2023-11-15T05:30:47.97+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor