String Format in C# – Add zeroes before number

In dot net we can format the numbers in easy way. We can use the static method (String.Format) or instance method (int.Tostring). Please find the below example to formate the numbers with spaces or zeroes . Add zeroes before number To add zeroes before a number, use colon separator ":" and write

[ read more ]

Features in ASP.NET 3.5

List View Data Control The List View control combines many aspects of existing data controls. The List View control is useful for displaying data in any repeating structure, similar to the Data List and Repeater controls. Unlike those controls, the List View control supports edit, insert, and del

[ read more ]