Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
68 views

Everything works as expected until the json string is deserialized after the post back. Class: public class RegretLetterDetail { public int PositionID { get; set; } [Display(Name = "...
Danie Schoeman's user avatar
0 votes
0 answers
31 views

//1st way public string GetSomeData() { List<SomeObject> largeCollection = GetLargeDataCollection(); JavaScriptSerializer serializer = new JavaScriptSerializer(); json = ...
Shad's user avatar
  • 1,237
0 votes
0 answers
34 views

On localhost I have set custom error mode off in web.config. There is no Application_Error method in global.asax. I have also commented HandleErrorAttribute in filter.config, but still I am not ...
Heemanshu Bhalla's user avatar
0 votes
0 answers
104 views

I´m having problems with the next error Stack Trace: Exception type: InvalidCastException Exception message: The specified conversion is not valid. on System.Data.SqlClient.SqlBuffer....
11itachikun's user avatar
0 votes
0 answers
297 views

I am working on a .NET Framework 4.8 application and want to store configuration values in a .env file instead of using web.config, app.config, or appsettings.json. Does .NET Framework 4.8 support ....
Srijan's user avatar
  • 57
1 vote
1 answer
187 views

For a Blazor Server project, I am trying to enable browsing to a localized page with URL like: https://example.com/en/counter (for English) https://example.com/fr/counter (for French) https://example....
Tom's user avatar
  • 192
0 votes
0 answers
38 views

I'm working on an ASP.NET framework project where I need to remove the native Windows API call to reopen a file with a specific file access and file share. Current implementation: var handle = ...
Md Ariful Islam's user avatar
-1 votes
1 answer
66 views

i'm a beginner in react. i have a simple time tracking app. it has a simple interface. the problem is i have list of all employees which i am getting from the backend api in asp.net core. when i click ...
Hamd Mahmood's user avatar
0 votes
0 answers
54 views

I'm trying to get the current page from view in controller, but the code throws the error shown below. Home controller: public ActionResult Index() { // throws Null Page = System.Web....
Time  Attendance System's user avatar
1 vote
0 answers
60 views

I am using Agora for Video Chat in my ASP.NET MVC web app and Android. This is how it is working. There is a separate view in ASP.NET MVC web app for VideoCall, in which there is a button on click of ...
Sarmad Ali's user avatar
0 votes
0 answers
39 views

I want to be able to implement drag and drop on this page meaning I should be able to rearrange the rows as I want. This is not working for me. I am not able to drag the rows around. This is an ASP....
Baba's user avatar
  • 2,247
0 votes
2 answers
64 views

[Route("Admin/Image/AddImage")] [HttpPost] public async Task<IActionResult> AddImage([FromForm] IFormFile file, [FromForm] Image image) { if (file != null) { var ...
Ghayoor Balti's user avatar
0 votes
1 answer
74 views

My problem on this the contact fields is not appending on the modal. Based on the console.log I have 2 values of contacts. What's wrong in the javascript why the fields is not showing up? I want to ...
Erck's user avatar
  • 35
0 votes
1 answer
66 views

How can I manage two tasks that each take more than two hours to execute in .net MVC? I've been fetching a huge amount of data from a third-party website, and although I've tried using async/await, ...
ajay grandhi's user avatar
0 votes
1 answer
321 views

I have two servers running the same MVC web application behind an F5 load balancer. Despite correctly configuring session timeouts in IIS, sessions are expiring after only a few minutes of user ...
chandru arya's user avatar
0 votes
1 answer
221 views

I can generate and download a PDF file successfully if there's only one. However, when I attempt to generate and download multiple PDFs, I encounter an issue. I'm using the same code that works for ...
Jen143's user avatar
  • 835
0 votes
0 answers
61 views

I'm experiencing an issue with sending emails using System.Net.Mail.SmtpClient in an ASP.NET Web API project. The emails are supposed to be sent automatically using Hangfire, but I'm encountering an ...
Daniel Zain's user avatar
-1 votes
1 answer
63 views

Using ASP.NET, is there anyway to design a notification panel similar to the Azure notifications, that pops up on the right side of the browser window on click? Please see the attached screenshot. I ...
Steve Ed's user avatar
  • 545
0 votes
0 answers
25 views

Hello community I have a question regarding how to make the form push to the database and insert the data provided in the table what happens is that according to me I already have the correct insert ...
jared alcala's user avatar
0 votes
1 answer
55 views

I want send qusetion to server and the then the server answer my quserion , and Iwant show the previous question s and answers , basd on the search.htmlcs @* @page @model SearchModel @{ ViewData[&...
Waseem Omar's user avatar
0 votes
0 answers
80 views

I have an ASP.NET MVC 4.6 web application running on a 64-bit Windows Server 2016. The application utilizes Rotativa 1.7.3 to generate and export PDF documents. Previously, the PDF export process was ...
Shuvo's user avatar
  • 1
0 votes
1 answer
244 views

i am trying to generate a 3 level nested menus for creating a navigation bar for my application. I am written below code. But the code only returns top menu and middle menu. Third menu named bottom is ...
beard_less_coder's user avatar
0 votes
1 answer
62 views

i want get total employees number by signalR but i can't doit i add signalR on my project asp core create Hub > dashboardHub ////////////////////////////// Create dasjboard.js /////////////// ...
ATA's user avatar
  • 13
0 votes
0 answers
45 views

I work on asp.net mvc. I face the issue that I can't pass user role and User code from IndexResignation action to PendingManagersRequests action using Hidden Fields. so: How to use Hidden fields. ...
ahmed abdelaziz's user avatar
1 vote
0 answers
38 views

Following is the similar question as below but it was asked 9 years ago so wanted to know if there is any solution yet which supports all browser. In my case everything works fine on Chrome and Edge ...
Ris's user avatar
  • 1,184

1
2 3 4 5
844