Create a custom server control in .NET to serve data to different types of devices is a tutorial which helps you to build a custom server control for transforming the data to various devices such as the palm, pocket PC, internet-enabled phones,...
Custom Server Control Syntax is a web based tutorial through which users can learn about the syntax which has to be used to define various custom server control. In this article the author specifies this syntax and its attributes with the help of...
Creating a Text Box Server Control with Color Highlighting is an article through which you can learn how to develop a custom text box control which changes the background color when the user enters text into the text field, as well as when it...
HTML Wait-Confirm Button Server Control is an article in which the author shows you how to create a custom button control which asks for the confirmation and if the user confirms then changes the text on the button and changes the mouse cursor to...
Server Control Form Validation is an ASP.NET tutorial which deals with validator control for validating the web form. The author elaborates the procedure for performing custom validation, methods for displaying validation error, procedure to work...
WebTimer - a server control, (setTimeout made easy) is a tutorial which is useful for the web programmers to know about web timer which is a custom web control. The author clearly explains all the events of the web timer control with a sample...
HTML Cute Submit Button (Server Control ) is a web based tutorial in which the author shows you an easy way to create your own submit button control in ASP.NET. The author shows the step-by-step process of opening a web application in ASP.NET,...
Adding Items in a List Web Server Control is a turoial which shows you how to add the items in the list web server control. In this tutorial author explains three methods such as adding items at design time, add items programmatically at run time...
BUG: DataGrid Web Server Control Wraps When ItemStyle Wrap or HeaderStyle Wrap Property Is Set to False in Visual C# .NET is a tutorial which gives you the solution to the bug in setting the ItemStyle Wrap and HeaderStyle Wrap properies to false...
Building A Server Control For Validation is an article in which author explains about the steps that have to be adapted to create a server control for checking the web forms with the help of ASP.NET applications. In this tutorial the author... |