All Questions
318 questions
0
votes
1
answer
95
views
Images won't load in asp.net mvc 4
I never upload ASP.NET MVC 4 on Plesk, work with ASP.NET Core 5 MVC.
I have to develop a project with ASP.NET MVC 4 due to my boss's order. I don't have any problem with localhost and can run the ...
0
votes
1
answer
97
views
ASP.NET MVC 4 Validation Summary/Text Without Html Helpers
I'm trying to get the validation text to appear either in a span below my input or in a summary div. I'm not using the HTML tags just plain inputs.
My HTML output is below:
<input type="text&...
0
votes
1
answer
191
views
How to load table row data from Partial view
In my asp.net MVC web application, I'm trying to create a Purchase Order view.
So in this section, I added the table headers that I want to show as the main headers of the form.
<table class="...
1
vote
1
answer
298
views
Push Notifications to view
In my web application, I want to show notifications to the users once it triggers there is a new record. So I have followed a few tutorials and using SignalR I have completed the notification ...
1
vote
2
answers
2k
views
Opening an image on click with new tab
In my application, I have created a small preview of attachment uploaded earlier. So here to open it, need to right click of the preview and need to select open in new tab.
Other than selecting, how ...
0
votes
0
answers
515
views
Applying bootstrap switch to checkbox
In my asp.net mvc application, in the form there are couple of inputs I have created.
Here I also using theme and I want to change my check box for model.Add_GeneralRequest to switch button.
I found a ...
0
votes
1
answer
1k
views
Asp.net redirect to action failed with status code 500
currently I'm working on the login function of a simple asp.net application. The login function uses SweetAlert as the form collector and send ajax to the backend to login the user. The login function ...
0
votes
0
answers
30
views
hmultiple records at once into a database in ASP.NET
i’m trying to get a Repository to dave multiple records into a database simultaneously using ASP.NET code first approach. thank you in advance
0
votes
0
answers
62
views
Angular JS - pass string to GET Method and update
I'm building part of an application using Angular JS and MVC. The part I'm having trouble with is attempting to retrieve data through a GET method from an internal API. This API is linked to a table ...
1
vote
0
answers
49
views
MVC4 Razor Modal not showing value passed into custom Javascript function with the onclick event handler
The modal opens. The "Id" value is displayed in the readonly textbox with id = "Id". But the Description value does not display in the readonly textbox with the id = "...
0
votes
1
answer
432
views
Embed another html page in an existing ASP.NET MVC page
I've got over a decade of C# desktop application development under my belt but I'm new to ASP.NET MVC and my terminology may not be correct so i'll apologize ahead of time.
I've been working on an ASP....
1
vote
1
answer
784
views
Saving user inputs to an existing text file in ASP.NET MVC
How would I go about saving a user form input from a view to an existing text file with the ASP.NET MVC framework?
0
votes
1
answer
265
views
Blazor Web Assembly Not Returning DB Rows Captured in Controller
I am trying to make a request from my Razor code to my controller and return my one row I know I have in my DB.
The Scoop - I make the GET call in my Razor -> It goes to GET in my controller, where I ...
0
votes
1
answer
431
views
Passing the selected object id to the @HTML.Action parameter
Once again, I added an post, this time corrected, because the previous one was difficult to understand
I have a page where directories are shown something like a network drive
Here is the main ...
1
vote
2
answers
828
views
How can I overcome this error CS1579 in ASP.net?
The error shows as below:
System.Web.HttpCompileException:
'C:\Users\MEDADUWA\source\repos\CapeXPro\CapeXPro\Views\FAWizard_AddAsset.cshtml(43):
error CS1579: foreach statement cannot operate on ...