I need to do foreach but I get an error System.NullReferenceException HResult=0x80004003 Mensaje = Object reference not set to an instance of an object. This
I have this link http://localhost:54818/offerslinks/offers.aspx?ID=1 when i clicked it. it loads the page and executes this code twice enter image description
I have the below code implemented, but the desired output is not rendered. The list boxes are used to filter the grid view. I can filter the grid view but the f
I have a website where users log in on an external website and are redirected back with a token in the querystring. I then validate the token and create the aut
I have IIS 8 installed on Windows Server 2012 R2 Followed these steps to configure http to https so when clicking on http://a5.example.com, user is redirected t
How to maintain sorting throughout paging in gridview in asp.net. Below is my code behind for binding grid, paging, and sorting private string SortDirection {
I'm using ASP.NET MVC and I'm using a function with AJAX that opens in the browser the window to print. My questions is when I print I would like to already set
I have a simple ASP.Net Web API method that returns a BadRequest like this .. catch (Exception ex) { Log.Error($"CreateRequest:requ
So I have an object (Location) This Location Object contains what is a Location I have also added another object that is a Venue on the last line. namespace En
I am planning to build a micro frontend to intercept and handle all incoming requests just calling an external service that will render the html that the micro
I want to make an open "other" field in an HTTP radio form like in the following picture. is it possible? i had in mind something like this: class="text"><
I am using this code in asp.net to run crystal report : paramField.Name = "@ORDER_ID"; paramDiscreteValue.Value = TXTORDERID.Text.ToStri
I have a Dockerfile for a DOTNET application with multi layered image where my first image creates the artifacts and my second image copies the artifacts from
I am investigating some occasional slowness in a aspnet Webapi method (.NET 4.8, not core). The symptoms are that most of the time the API responds in a few ten
I'm trying to set up external SSO provider (FusionAuth) to ASP.NET Framework 4.8 project using OpenIDConnect/Oauth with Authorization Code Grant Request. When r
On my local machine everything is working fine...but on live server validation control are not working. [I am using Google Cloud (Windows Server 2019)]. I am u
var data = response.Data; var table = $('#' + tableId).dataTable(); table.fnClearTable()
I have an ASP.NET Web Forms website that works in Edge Chromium with IE Mode. To distribute the IE Mode website enablement to the domain user I have defined a G
I have a Amount column in database which is in Varchar datatype, I am retrieving the data from table and I am casting for the amount should be returned as (123
I'm developng a school project using a html.beginform to when i click in a button i go to a diferent Action, but i need to pass the values that i have inside my