Questions tagged as 'button'

2
answers

help here div and html functions

I have this code, when I hover over the div it moves, but I wanted it to happen when I hit the button: <head> <style> .square{width:100px ;height:100px ;background:red ;transition: all 2s;} .square:hover{background:blue;-web...
asked by 04.11.2017 / 01:02
4
answers

Is it possible for a JavaScript function to call a method that is in the code behind the page?

I have a button and I wanted to program click of it, and when I use <asp:Button> I program click of it in code behind . I'm now using a button normal. I know almost nothing about JavaScript and wanted to pro...
asked by 11.09.2015 / 20:51
3
answers

Calling Controller Method

I'm doing a project for the Faculty, and I'm having a hard time understanding how to create a button and call an ActionResult on the Controller, and wanted to know if the action needs to be on the corresponding controller of the respective Model...
asked by 28.10.2016 / 04:32
1
answer

What's the difference between a button and an imageButton?

The image I used to make the tests is a simple 100x100 size gear with the transparent background. FirstofallInoticedthatunlikeButton,whencreatinganImageButtonyouareobligedtoaddanimagetoit: Notethatifnoimageisselected,itscreationisdisabled(...
asked by 30.03.2017 / 00:47
2
answers

Disable form submit button inside a modal bootstrap window

I have tried in several ways to disable the submit button of a form that is inside a modal bootstrap window, but I did not succeed. I already researched the documentation but tb I did not find it. Can someone give me a light? Here are some of...
asked by 25.05.2016 / 21:49
2
answers

How do I find out the name of a button by source code?

I'm working with a library python call splinter , which simulates a web browser. I've read about how to use it, and to click a button, just give a command that involves the name of the button. However, unlike other sites, I can not figure out...
asked by 13.11.2016 / 01:14
4
answers

How to center button text vertically [duplicate]

Can someone help me centralize button texts? I've tried everything I found on the internet and nothing works.     
asked by 26.02.2018 / 17:41
2
answers

How to disable a button, and to activate it, should you click on another button?

I created a calculator using Windows Forms, it ran perfectly, but when I click the operation button before the number button (to enter a value on the display) an error occurs that closes my program alone. I wanted to know how I can do so that th...
asked by 03.06.2016 / 00:53
2
answers

Create textboxes at runtime

I have a project that basically is a program that calculates the electricity consumption of various equipment that I am creating in VS2013. The problem is that since I do not want to put just one piece of equipment or a limited quantity, I wa...
asked by 27.06.2016 / 18:11
1
answer

Hide a div by clicking the button with CSS

Can you hide a DIV with this button there? .button { display: block; position: absolute; width: 240px; height: 80px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%,...
asked by 30.10.2018 / 00:06