Finding the field type of GridView column

BuyAbilifyST

New Member
I'm working on an ASP.NET page that mutates to the MDB file fed to it. It currently allows you to choose a table to work with, and from there what row to edit, and fills the page with text boxes and fills them with data. This all works but it poses a problem when it isn't a string based field type, for example, what I have a problem with is determining when the cell being targeted is a CheckBoxField type.My question would be, how can you get the column web control value from a filled GridView?
 
Back
Top