Hi, I've tried everything but don't seem to be able to get this to work.
The seniario is this. A user inputs some text in a cell of a datagridview control and I want the text to be converted into upper case before it is stored in the database. This data is a KEY field to a table.
I've tried the format method of the defaultcellstyle and the onvalidate row, and cell events but can't seem to be able to figure this out.
Has anyone ever needed to do this before? And, would you mind tell me how to do it?
Thanks,
Dave