All Questions
1,292 questions
0
votes
1
answer
81
views
Reloading Ajax Data Table after date change
I'm creating a Booking dashboard on my asp.net MVC project. Here I have given the DateTime selector for the main view and from the script, I'm assigning the current date to the date time picker on the ...
0
votes
1
answer
97
views
Serialise HTML Form with time/text input type and validation of time fields [closed]
I am trying to create an HTML Form that will be used to send data to the backend in C#.
Below is the Form which consists of 2 fields: FROMTIME and TOTIME.
I need to make sure that the user inputs the ...
0
votes
1
answer
187
views
How can I save the state of a web application page after reloading the page?
I have an asp net core 3.1 application, the application is very large, I want to save the state of the web page after refreshing the page. For example, the user opened a modal window and after ...
0
votes
0
answers
29
views
Data resolution are not changing when try to minimize the resolution
In Firefox browser, when opened in normal form all data moves towards right, while it appears correctly in Chrome and Edge. Also when I tried to minimize the resolution in edge or chrome all data ...
-1
votes
2
answers
46
views
JQuery .append(): Add <strong> inside <p>
I'm trying to render this dynamically using jQuery .append() :
<div class="alert alert-danger alert-dismissible" role="alert">
<button type="button" ...
0
votes
1
answer
34
views
jQuery - Remove hidden attribute not working
This is my .NET Core code of the view. When Red is selected, the FruitDate field should show up. When All is selected, the FruitDate has to be cleared and hidden.
<div class="form-group"&...
0
votes
1
answer
172
views
Replacing google doc template text with placeholder {{text}} by google sheet images (charts: line, bar,pie)
I make a daily log report of my work in Google Sheets, and have to submit that report on a monthly basis. For that, I have a template report in my Google Drive account. That template needs to be ...
0
votes
0
answers
58
views
Dynamically adding row to the table dropdown list returns empty
I'm creating a Purchase order view in my ASP.net MVC project.
Here there is a section to select the supplier, when the user selects it, the ajax call run and get the supplier details as well as the ...
0
votes
0
answers
174
views
Dynamic data load on scroll in HTML Dropdown
I am trying to achieve data load on scroll down in an HTML Dropdown. My code is below.
HTML
<div class="dropdown d-inline-block">
<!-- Set to display as inline-block -->
...
1
vote
2
answers
65
views
Add Price to the Main Price with CheckBox Checked
I'm trying to build a cart function for the existing Food ordering system.
There, the user can view the product price in
<div class="product__price m-t-5">
<span class="...
0
votes
0
answers
37
views
Tab and select text in span [duplicate]
I have 3 Rate values in . Every time I want to change the values, I have to click on each box. Is there a way to click and change the first value, then press tab to go to the next span, hightlight/...
-1
votes
1
answer
261
views
ASP.NET Core: how can I get Aajx to work within a ViewComponent?
I wanted to have my comments section (including the "post comment" button) entirely contained within a ViewComponent so that my main page's html isn't as cluttered. Though it seems that Ajax ...
0
votes
1
answer
647
views
How can I retrieve the content of my jquery datatable in c#?
I have an HTML table that I'm converting into datatable. In this datatable, I can edit a value in a cell. I want to attach a "save" button to this datatable and once a user clicks it then it ...
-1
votes
1
answer
2k
views
Search with multiple fields in asp.net core mvc
I create form where I get data from database using sql queries in asp.net core mvc. Now I want to search data with multiple fields like price, area, areaUnit . I am new to c# Kindly help me to search ...
0
votes
0
answers
355
views
Change title of Bootstrap Modal before window opens using javascript or jquery
I am working on an ASP.NET core project. I am using the same javascript function to add and edit for multiple modal forms. Each modify"obj" modal form has it's own data-target, so the ...