Bulletproofing a DataGridView in a Windows Forms Application

  • Thread starter Thread starter sheperson
  • Start date Start date
S

sheperson

Hi,
I am new to C# and I am writing a program which uses several
DataGridViews.
Because DataGridView is a complex control, handling different
situations where error may occur in a DataGridView is a little
difficult.
Does anyone have an idea on how to make a good DataGridView which has
a good exception handling? An article, a refrence to a web page or
anything?
Thanks in advance.
 
Hi,
I am new to C# and I am writing a program which uses several
DataGridViews.
Because DataGridView is a complex control, handling different
situations where error may occur in a DataGridView is a little
difficult.
Does anyone have an idea on how to make a good DataGridView which has
a good exception handling? An article, a refrence to a web page or
anything?
Thanks in advance.


I don't see why it's any different from any other control in this regard.
How much exception handling you need to implement depends upon how much code
you write around the control and what kind of code. It may not be much at
all .... and it may be a lot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top