Questions tagged [aspbutton]

`` displays a push button control on the Web page.

82 questions
0
votes
1 answer

Turn input submit into asp control

I have this: Import
cdub
  • 24,555
  • 57
  • 174
  • 303
0
votes
3 answers

Replacing asp:imagebutton with processing image using jquery

So I have an asp:imagebutton for lets say loginning into a web site. OnClick the page does xyz and then redirects you, there is a pause time between the redirect from when the button was clicked. To make the wait a bit more user friendly I am…
Anicho
  • 2,647
  • 11
  • 48
  • 76
0
votes
3 answers

ASP Button won't fire

I've read other posts with similar names, but none of their problems matched mine nor did their solutions solve mine. I have a gridview with a linkbutton field which displays a modal(ish) box. Because the linkbutton field calls server side instead…
Weston
  • 416
  • 1
  • 9
  • 17
0
votes
3 answers

asp:Button wont fire onclick event

I have a button like and a method in the codebehind like public void…
Josh
  • 1,648
  • 8
  • 27
  • 58
0
votes
1 answer

How to toggle a gridview templated asp button text using jquery or javascript

I have a gridview where one column is an "Add" / "Remove" asp:button which I would like to toggle the text when clicked with either jquery or javascript. I have not been able to locate a good example for this. Here is my markup for the template…
-1
votes
1 answer

IE highlighting first submit button

I have around 10 buttons on a web app. IE keeps highlighting the first button by default. I dont want any of the buttons highlighted. I've tried adding this per Stopping IE from highlighting the first submit-button in a…
Kieran Quinn
  • 1,085
  • 2
  • 22
  • 49
-3
votes
2 answers

Is there a way to have a ASP.NET Button with a dropdown menu?

I am trying to place a button on a webform in which when I click on it a submenu will appear giving me other options to navigate on my application. Is there any way to do it? Can you place sample code please.
1 2 3 4 5
6