python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Selecting files directly from photo library using HTML input type=file
I have an HTML page containing <input id="imageOnly" type="file" accept="image/*" multiple /> If I load this page on a mobile browser (say Safari on iOS) and tap th...

Meisam Seyed Aliroteh
Votes: 0
Answers: 0
Using HTML buttons and textbox in asp.net website
I got an offer to create a website and I want to use c# to do that, which means I must use asp.net framework right?
I want to use my HTML textboxes and buttons to insert into my datebase instead of as...
Prince Onukwili
Votes: 0
Answers: 0
How to show blank instead of 0 in a numeric input element
HTML numeric input in form is defined as
@Html.TextBoxFor(m => Model.Products[i].Soodkogus,
new { type = "number", min = 0, @class = "quantity" })
This produces input boxe...
Andrus
Votes: 0
Answers: 1
Setting an input element property value to default
On a HTML page i have an input with a value attribute which is changed by some library i use.
After the user changes the value of the input the value property is changed.
After some action i want to r...
eKKiM
Votes: 0
Answers: 3