Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to enter formatting to two columns in my datagrid table. I want to have the column only allow the letters Y or N and if not entered shows an error message box. Also when the user puts in y or n it makes it upper case.
Posted
Updated 15-Aug-13 6:07am
v4
Comments
Thanks7872 15-Aug-13 9:13am    
DataGridView is used just to display data. From where you binded this data?
PythonProgrammer 15-Aug-13 9:15am    
yes...this is just a windows form in vb...with which im trying to do the above in a datagrid column
Thanks7872 15-Aug-13 9:17am    
Are you using textbox to enter data into it?
PythonProgrammer 15-Aug-13 9:19am    
yes just a datagrid textbox not combobox
PythonProgrammer 15-Aug-13 9:34am    
thanks for the help....if you could plz give me a setup of how to start coding this that would be very much appreciated

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900