0
votes
2answers
24 views
ASP.NET dynamic Command Button event not firing
I'm trying to create Command Buttons dynamically, but clicking the button in question doesn't seem to raise the corresponding CommandButton_Click event. I noticed that in the examp …
0
votes
1answer
39 views
Hi guys. how can i add a button to my form
I'm confused.Can't find any button control to add to a form in my mobile application.its a standard mobile application with mobile emulator 6.0.
how can i add a button guys???
0
votes
2answers
19 views
How do disable a SimpleButton including changing it’s appearance
Here is the premise:
I have 10 buttons each with on normal state image (buttonX.png) and a mouseover state (buttonXglow.png). The buttons are created manually in flash, but refere …
0
votes
3answers
69 views
C# Button Click
I have the following button on a .aspx page:
<asp:Button runat="server" ID="bntLogin" OnClick="bntLogin_Click" Text="Login" />
With the following in the .aspx.cs:
protect …
0
votes
6answers
36 views
C# Building An Array with Button Entries.
I have a set of buttons that I want to add into an array so that they are ordered. The buttons I have are:
Monday0700Button
Monday0730Button
Monday0800Button
Monday0830Button
an …
0
votes
1answer
23 views
Text in disabled and css styled button shows movement in IE
Hi.
It's pretty much what the title says. I have disabled and css styled buttons. In Firefox, disabled buttons do not move at all when pressed (which is what is expected), in IE, …
0
votes
2answers
28 views
C# Button Text Condition.
Using a WinApp form in c#, and many buttons here...
I want to create a condition, that if a button has text in it, then the background color of that button changes. That sounds e …
0
votes
3answers
35 views
Where is Button.DialogResult in WPF?
In System.Windows.Forms.Button there is a property DialogResult, where is this property in the System.Windows.Controls.Button (WPF)?
0
votes
1answer
15 views
Is there anything wrong with having a button as a child element of an anchor?
I quickly tested this in Firefox, and it seems to work
<a href="somewhere"><button>Go</button></a>
The Validator didn't choke on it, but is it a reliable …
0
votes
3answers
25 views
Opacity of Buttons/TextBoxes - VB.NET
Hey everyone,
Is it possible for me to set the opacity of a button or textbox? I know that you can set the opacity for a form, but I'm not so sure about a button or textbox.
Tha …
0
votes
1answer
48 views
Simulating a mouse button click in Windows
Hi everyone,
I'm writing Remote Desktop clone in C++ using QT. So far I'm able to move the mouse cursor around fine. QT has a nice setPos function for that. However, I'm a bit los …
0
votes
2answers
24 views
Animate the enabling of a UIBarButtonItem?
Is there a way to animate enabling or disabling a button? I've tried the following with no success. I'm guessing at this point that the enabled property cannot be animated like opa …
0
votes
3answers
15 views
How to get the radiobutton for corresponding datalisty item?
I want to convert this code to JavaScript code:
rdb1 = (RadioButton)DataList1.Items[i].FindControl("rdb1");
How can it be done?
0
votes
2answers
119 views
IF Statement Seems To Work Fine On Simulator, But Not On Device!
Hi Guys,
Ok, the problem is that when my app runs on the simulator it seems to work fine. On the device, however it does not update all the labels. I think the error is somewhere …
0
votes
5answers
91 views
Styling QPushButton with CSS?
I'm trying to create a QPushButton that's just got an icon and a constant background color.
So that I can swap out the icon when the user clicks it, without any other apparent effe …
