I have a DataGridView, with a DataTable defined as its data source, in a Windows application built in VS 2005.
1. How can I make a specific column display ***** instead of its text (a password column)? I tried setting the format of column, but nothing works for me, since I have more experience with VC than .Net format options. The column is not read only and I prefer that the text will be 'hidden' when it is enterred as well as displayed.
2. I want to add a delete button, but I do not want to add it as a column, but as a button at the buttom of the form. I know I can access the DataGridView CurrentRow object, but how can I delete it?
1. How can I make a specific column display ***** instead of its text (a password column)? I tried setting the format of column, but nothing works for me, since I have more experience with VC than .Net format options. The column is not read only and I prefer that the text will be 'hidden' when it is enterred as well as displayed.
2. I want to add a delete button, but I do not want to add it as a column, but as a button at the buttom of the form. I know I can access the DataGridView CurrentRow object, but how can I delete it?