All Questions
351 questions
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 ...
0
votes
1
answer
82
views
Using a spinner without Ajax
Well, I hope you can help me, this is giving me a lot of trouble
I'm using Razor with Net 8 MVC and I want a spinner to appear in two situations:
The first, before loading the page.
The second is in ...
1
vote
1
answer
70
views
How can I make a clickable arc that would fill the arc to the point where the user clicked?
After fiddling around with using polygons and javascript to try to get satisfactory results. It seems I out of options on how to make this.
The situation is this, I got have to .png images whereby one ...
1
vote
2
answers
1k
views
How to add checkbox header column to check all when checked?
I work on sp.net web forms . I face issue I can't add column checkbox to grid view as Header column .
so when header column checked then all rows checked on grid view
and when header column not ...
0
votes
0
answers
30
views
Javascript-How to cast the eventid number to be displayed as special character in UI for example : event Id 120220001 should be displayed as --------
Currently we are displaying a grid as below. the new condition is if the event ID Link button starts with first letter as "1" Ex--> 120220001 then we should not display the number ...
1
vote
1
answer
255
views
Tab view active and inactive with model value
I just want to know in my ASP.NET MVC application I just created a tab view.
For the View I pass some data from the controller.
So I need to active and inactive tab according to the value.
like an ...
0
votes
1
answer
96
views
asp.net Control visibility
I have a aspx form in which there are 5 controls below is the design code:
Question
<asp:DropDownList ID="DropDownList1" runat="server"></asp:DropDownList><br />
...
0
votes
0
answers
98
views
Jquery trigger click event 2nd time not working
I am trying to trigger a menu that opens up when the page tour starts and closes it when the page tour closes.
Below is the code
step2.on("show", () => {
if (!Feature) {
...
0
votes
1
answer
148
views
How can we disable a .NET WebForms (.aspx file) LinkButton in Google Chrome
I need to disable a LinkButton in a .aspx file using jQuery depending on the value. The button gets disabled in IE 8. But in Google Chrome it is not disabled.
Code:
$(".grid-prev-btn")....
1
vote
3
answers
215
views
Form Checkboxes are not being posted when they are in a Popup Div ASP.NET C#
When I try to get form posted data from a pop-up that is within the actual form (column_1 and column_2), the data will not be available. All other ones outside of the pop-up work fine (txt_startdate ...
0
votes
1
answer
48
views
How do I get multiple animations with a click, and then multiple different animations on the same element with a 2nd click alternating the animations?
I am very new to JQuery and JavaScript so forgive me if this is an easy fix, but I have been searching the internet and cannot find an answer. Lot's of questions with the same topic but none of the ...
1
vote
2
answers
229
views
jquery load event not triggering on iframe when loading pdf - Even when it does trigger fine in seperate project
I am having a very weird problem that I cannot figure out. I am trying to add a loading dialog box to a page that generates a pdf. I coded the web page in a separate project, and the dialog box ...
1
vote
1
answer
1k
views
Displaying Blazor components on a page based on its top and left position
I have a Blazor server application with few components on a page.
These components are draggable and as the user drags I save every
Top position and left position to the database.
I use the loop below ...
-1
votes
3
answers
3k
views
clear input field when text is entered into another input field
I have a Currency Converter , consisting of two fields and a button. In the first field I type the amount I want to be converted, in the second field I get the result of the conversion.
The question ...
0
votes
2
answers
85
views
How can I hide the doc file from the search engine
Im facing a problem, i can found a doc file from search engine from my asp.net website.
Is there any way to hide it?
search able doc file
Regards,
Lean