[toc] 1. Default Focus and Default Control – Introduction In this short article, we will learn the importance of setting the default control focus. Also,

Are you a Programmer or Application Developer or a DBA? Take a cup of coffee, sit back and spend few minutes here :)
Articles on C# programming language.
[toc] 1. Default Focus and Default Control – Introduction In this short article, we will learn the importance of setting the default control focus. Also,
Page Level Viewstate is useful for the server to recall the data exchange between the Browser Posts. In this example, we will create a simple form to collect user data and perform multiple data posts to the server. With this Form Field Data, we will study behavior of the server by turning the ViewState ON and OFF.
In this example, we will use C-Sharp’s SplitContainer to split two panels. We will also explore how to split the panels horizontally and vertically with different splitter widths. Finally, we will learn how to expand and collapse a panel in the splitter.
In this Article, we will use ExecuteScalar function to find the number of records in a table. The article uses employees table from NorthWnd database. But still one can use any table in any database while proceeding through the article.