The non-generic type cannot be used with type arguments
...I am working on asp.net MVC web application, I want to fetch Second dropdown list based on value of first dropdown list, I know we can do it with Ajax, but I am not able to fetch results
How can achieve it, can anyone explain it with example, thanks
...
I need to fetch element using "data-id
" attribute of HTML, using jquery, here is the element
I am trying to send data to front end, using Ajax call, now I am getting string like
...I am trying to vertically align a text in the middle, next to image using the below HTML/CSS code
...I was trying to use Hangfire.IO in my MVC ASP.NET boilerplate application and pasted this code in Startup.cs as explained here in tutorial
...How can i create line behind the title using CSS technique, something like this
------Text-----
something like Strikethrough but line passes over the text, so how to place it behind the text or we can say how to place text between horizontal line using HTML & CSS?
...I need a property to help users from closing the pop-up modal even if they click outside Bootstrap pop-up modal, by default it get's closed by clicking on Gray area.
So, basically I need to know, how can I prevent bootstrap pop-up modal from closing it, when clicking on Gray area or outside the main Pop-up modal.
thanks
...I have downloaded asp.core project (MVC and angularjs version) and I would like to know how to implement paging sorting and filtering in asp.net boiler plate project using asp.net core
...I don't have much knowledge in CSS, so I would like to know how can I create a transparent border using CSS?
The purpose of this border is like, I need to show a border on hovering <li>
but it displaces other elements on hover if i write code like this