عرض المشاركات من مارس, ٢٠٠٨
Displays the values of a data source in a table where each column represents a field and each row represents a record. The GridView control enables you to select, sort, and edit these items.{alertInfo} In this post, I will …
What is GridView in ASP.NET? Displays the values of a data source in a table where each column represents a field and each row represents a record. The GridView control enables you to select, sort, and edit these items.{alertI…
You can create your own configuration section and use one of the staic methods in the System. Configuration namespace to retrieve the information. Attached is a simple example. Also, lookup configuration element and IConfiguratio…
This is a very simple and useful code snippet. In this article, I will show you how to show a loading indicator when a server is processing the data in the ASP.NET WebForm application < %@ Page Language = " C# "…
Recently In my project requirement was to show the number of workdays between two dates but exclude holidays and weekends. After a lot of research, I was able to manage in C# wihtout using any library. Check out the following co…