By tag: Button
0
kicks
VIBlend Controls for Windows Forms - ver. 6.0 Released
VIBlend announced the availability of the VIBlend Controls for WinForms ver. 6.0.0. the next generation of user interface controls for Windows Forms.
0
kicks
Silverlight 2 - Here's a Button Template example.
I've converted a button style that we use in our Xceed DataGrid for WPF Resource Center in Silverlight 2. Feel free to check it out ! It demonstrates how to work with State storyboards which I had a hard time finding information about, hope this can help some ! :)
0
kicks
DotnetKicks on CommunityServer.org [in 24 seconds]
i didn't do this the right way i didn't go through documentation or consult with forums, i just wanted to do this the quick and easy way, what i do is i keep a sepparate theme for my blog sepparate from other bloggers so i can change whatever i like without hurting anyone's blogs
0
kicks
Why does the TextBox render postback scripts and a Button dosen't?
It seems that the asp.net controls have different behaviors for the same code logic... In the current days, where javascript is a big part of a web application, some of this behavior logic seems difficult to accept.
0
kicks
Using JavaScript confirm() in ASP.NET control OnClientClick property
Have you tried using JavaScript confirm() function in ASP.NET Button, LinkButton or ImageButton client onclick property?
0
kicks
HOWTO: Enable Default Enter Button in ASP.NET 2.0
A problem that existed in ASP.NET 1.x was that you could not specify a default enter button unless you provided some custom code. In ASP.NET 2.0 you can do this very easily, unfortunately its not that widely used, much less known. The best part is, IS SUPER SIMPLE...
0
kicks
Creating a Glass Button
Shows how to create a Glass Button like on Vista's taskbar - see through and have an internal glow.
0
kicks
How to get ASP.NET 2.0 Button WebControl to render as type="button"
The default .NET Button WebControl renders as an input type="submit" control. This quick article describes how to get it to render as an input type="button" and the difference between the two.
0
kicks
A Nice and Simple C# winform Button Tutorial
This tutorial shows how to build a simple button with a nice graphic interface