Skip to main content

All Questions

Tagged with
0 votes
1 answer
44 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 ...
Kenzo_Gilead's user avatar
  • 2,417
1 vote
1 answer
62 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 ...
Sjoerd's user avatar
  • 23
0 votes
2 answers
976 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 ...
ahmed abdelaziz's user avatar
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 ...
selva raj's user avatar
1 vote
1 answer
235 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 ...
Dev Beginner 's user avatar
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 /> ...
A.Qureshi's user avatar
0 votes
0 answers
95 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) { ...
Rnue's user avatar
  • 105
0 votes
1 answer
142 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")....
User1998's user avatar
1 vote
3 answers
202 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 ...
need2lease's user avatar
0 votes
1 answer
46 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 ...
Matt Crossette's user avatar
1 vote
2 answers
214 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 ...
Velocibadgery's user avatar
1 vote
1 answer
899 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 ...
Baba's user avatar
  • 2,199
-1 votes
3 answers
2k 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 ...
GiovanniBGemini's user avatar
0 votes
2 answers
74 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
Lean Yi Jun's user avatar
0 votes
1 answer
951 views

Datatable is having excessive top padding

I made a web application, with a database linked in it. I used the database to display the users that have registered in the webpage (not published, thus its all made up data). I used datatables.net ...
UnfreeHeX's user avatar

15 30 50 per page
1
2 3 4 5
24