The Zepol's Journal

random ramblings of a technologist about this adventure called life

The Zepol's Journal RSS Feed
 
 
 
 

Posts tagged C#

How to accept percent in a datagridview

I set up my datagridview in my winforms application with fancy formatting, C2 for currencies, N2 for numbers and P4 for percent. The funny thing is that the currencies and numbers are accepted round-trip without raising any data-errors. Entering percentages is another matter as it raises the FormatException whenever a number is entered in a [...]

Invisible DataGridView Columns staying visible

In Visual Studio 2005, when you set up a DataGridView with several columns and you set the property DataGridViewColumn.Visible = false at design time. It may still continue to appear at run-time. Read More…

Combine files in C#

Need a way to combine several text files? try using C#’ StreamReader and StreamWriter classes. See how it helped in deploying SQL Server objects read more

Recent Posts

Cool sites

Visits today: 62

Similar Posts

Categories

Archives

Meta