All Questions
25,999 questions
0
votes
0
answers
31
views
Bootstrap modal working proper but not with overlay component
The current interaction behavior is that after I click submit the form, it should have delayed time with spinner and success message but they're still not showing only modal close in setTimeout() ...
0
votes
1
answer
63
views
Drag and Drop files upload the Request.Files.Count is zeor
The javascript for drag and drop files can show the file information but when I save the file on the server on vb.net, I get Request.Files.Count is zero. Also I saw error on debug in VS
Upload failed: ...
-1
votes
1
answer
54
views
After open bootstrap modal and close i can't reopen again why?
I open bootstrap modal and close it without any issue
when I try to reopen again for second time after closing it
it not open so how to fix issue
so how to solve this issue
I can open bootstrap ...
1
vote
1
answer
67
views
When AJAX POST to C# httpPost medthod hasProblem
When I using jquery Ajax POST method to controller like:
var data = {
ID: '1',
name: 'TEST',
}
$.ajax({
type: "POST",
data: JSON.stringify(data),
dataType: &...
2
votes
1
answer
53
views
Want to fix particular row at the bottom in jQuery datatables while exporting data in to the Excel
I want to export data in Excel using jQuery export button for datatables and here I have fixed grand total row at the bottom of table. The issue is: when I do sorting and then I export data into Excel,...
0
votes
0
answers
23
views
why reset button X not display above selected item value on jQuery after add default option with Arabic and English? [duplicate]
I am currently working with jQuery and have encountered an issue regarding the reset functionality for a dropdown list. Specifically, after adding default options in both Arabic and English, the reset ...
0
votes
0
answers
89
views
why compare two dates Journal Date with date Today Not matches or not working on jQuery?
I work on the client side using jQuery and I am facing an issue where the journal date is
less than the current date but still matches the criteria, causing the condition to be met
and the code to ...
0
votes
1
answer
54
views
Multiple actions were found that match the request for get in controller
I seem to be going around in circles and going into debug mode doesn't seem to help at all. Looking at the Controller and Model for Members, I can't see any duplicate signatures (code blocks below) ...
0
votes
0
answers
53
views
Search AutoSuggest Textbox working with Visual Studio but not working after upload in website
I want Auto suggestion when user Search anything in my website in TexBox1 it will auto suggest some text from my sql databse below TextBox1. I am using C# asp.net. Following code working in Visual ...
1
vote
2
answers
74
views
Popup div doesn't stay on screen
I've created a form with a div on it that looks like this:
<div id="imageModal" class="modal">
<span class="close" onclick="CloseImageModal()">;
...
1
vote
1
answer
55
views
JavaScript stops working after UpdatePanel is triggered
I’m having an issue with the UpdatePanel and JavaScript. The JavaScript code works perfectly at first, but it stops functioning after the UpdatePanel is triggered.
This is the code :
<script>
...
0
votes
1
answer
74
views
Div not showing after select
For some reason, I can display boxes and all, but everytime I try to display a DIV after a select has been chosen, nothing happens... Please advice.
$(document).ready(function () {
var divs = ...
0
votes
1
answer
66
views
How to hide asp combobox according to selected asp combobox by javascript in asp.net
I have two asp combobox one with the name of cmb_stocktype while second with the name of cmb_tagno. Now, my question is that when I select cmb_stocktype with the value of WithStock then cmb_tagno ...
0
votes
1
answer
197
views
JQuery not working on ASP.NET content page
I have Visual Studio 2022. I initially created a simple ASP.NET web application to test some jQuery. That worked.
I've now got the same code in a working ASP.NET web application and the jQuery is not ...
1
vote
0
answers
54
views
Understanding Disabling Controls JavaSCript vs Code Behind
First time for any web dev, so this might be a really silly question because I don't know something very basic.
This JQuery disables all the input controls in the PanlDL panel:
$('#PanlDL *').attr('...