How do I remove a query string from an Html.ActionLink?
I have an Html.ActionLink helper that is passing an unexpected query string of ?Length=4. This is a problem for me because I need to pass my own string.
I have an Html.ActionLink helper that is passing an unexpected query string of ?Length=4. This is a problem for me because I need to pass my own string.
I have an online form which the applicants need to fill in. Some of the options is to check whether they are applying as multilateral or bilateral, and I am not sure how to make this happen in ASP.NET MVC?
I am trying to mitigate the Vue scripts that are imported and import them in the CSHTML page instead. Imagine, I have this in a Vue page: import { Line } from 'vue-chartjs' I want to import the script to be in the head of the CSHTML like this: <script src="URL/vue-chartjs"> Is there any way … Read more
I have a view, which contains this snippet:
I have a .cshtml file that shows a page of my application. In the application, there is a top menu where there are different buttons. The Code is:-
I am using following code, to add bundle to my layout.
Hi im using razor pages asp.net c# and Im trying to use System.Web.Extensions and using System.Web.Script; and
using System.Web.Script.Serialization;
Because if i remove these references i get other errors:
I need to auto populate the form based on the dropdown selection. I have multiple dropdown section with dynamic id. How can I use jquery to target dynamic id to get the both option value and data attribute to fill the input text area. I can get the value for predefined id but can’t trigger … Read more
Hi im trying to make a notification system. Basically when i add a new row, a notification will be shown on my notificationspage realtime (i use signalR with razor pages asp.net). But for some reason when i get on that page, i get these errors: Unable to cast object of type ‘System.DBNull’ to type ‘System.DateTime’.
at myWebApp.Controllers.SpeedListener.GetAlarmList() in myWebAppControllersSpeedListener.cs:line 83
at myWebApp.Controllers.SpeedListener.ListenForAlarmNotifications() in myWebAppControllersSpeedListener.cs:line 43
Hi guys im trying to make a cascading dropdownlist in razor pages with postgresql. The first dropdown shows the location, and the second shows the room of the location, depending which location you click. Im stuck, i dont know how to go further. I hope you guys can help.
Here is the html code: