Posted By: mot256 | Jan 2nd, 2007 @ 12:51 AM
page 1 of 1
Comments: 1 | Views: 3076
mot256
mot256
Beyond ASM... OOP

I'm using a DataGridView in a "pivot table" kind of way (much like the property grid). My first column is the field description and the second the field value input column. This presents me with a problem when I need a password input on that particular "field value input" cell, since there is no way, that I know of, to tell a cell (or a column for that matter) that it must input a password...
Could anyone help me here?

Thanx

You need to convert that column that would hold the password (probably your second one) into a template column.

Then using the smart tags, edit the template column and change the display of the textbox based on the type of data it is holding.

Should work great.

-c
page 1 of 1
Comments: 1 | Views: 3076