Information to Standard Button
Standard button is used as the default button type in the PerButton control. And many button types that we will talk in other articles, like image button and icon button, is developed from this basic button type. In this page, we will guide you how to create a simple standard button in aspx web page and how to customize the settings of standard button using ASP.NET AJAX SDK. Basic Properties of Standard Button
In this part, we will offer detailed guidance on how to customize the settings of standard icon properties. And we will introduce the configuration of standard button properties from following seven aspects.
How to Build a Simple Standard Button
In this part, we offer you a detailed coding guidance on how to create a standard button in ASP.NET web application. To achieve AJAX effect, please drag an AjaxPanel component from toolbox to aspx web page and then drag a button control from toolbox to that AjaxPanel. By the way, please make sure that you have installed .NET Framework 3.5 or above versions and that you have installed all the necessary dlls into your ASP.NET web application. <kettic:PerButton ID="PerButton1" runat="server" Text="Standard Button" Enabled="true" ForeColor="Orange" BorderColor="DarkCyan" BorderStyle="Solid" BorderWidth="3" Width="200" Height="30"> Related Standard Button Links
Here we recommend a link for those who want to build a standard button in ASP.NET web application using C# code. View more at build standard button using c#. |
ASP.NET AJAX UI Controls ASP.NET AJAX Chart UI Control ASP.NET AJAX Grid UI Control ASP.NET AJAX Barcode UI Control ASP.NET AJAX Button UI Control OverviewGetting StartedButton Type Standard Button Icon ButtonImage ButtonLink ButtonToggle ButtonSplit ButtonClient Prpgramming Button EventServer Programming Button EventASP.NET AJAX Calendar UI Control ASP.NET AJAX NavigationBar UI Control ASP.NET AJAX Captcha UI Control ASP.NET AJAX Color Editor UI Control ASP.NET AJAX ComboBox UI Control ASP.NET AJAX DataPager UI Control ASP.NET AJAX Dock UI Control ASP.NET AJAX DropDownList UI Control ASP.NET AJAX DropDownTree UI Control ASP.NET AJAX HtmlEditor UI Control ASP.NET AJAX FileManager UI Control ASP.NET AJAX Filter UI Control ASP.NET AJAX Input UI Control ASP.NET AJAX ListBox UI Control ASP.NET AJAX ListView UI Control ASP.NET AJAX ToolBar UI Control ASP.NET AJAX TabControl UI Control ASP.NET AJAX Menu UI Control ASP.NET AJAX ToolTip UI Control |