J
Jeff
In .net2 using VB (Visual Web), I have the following code that properly
determines the column name from the column number (5 in this example) from a
single row table.
ColName = tempA.Table.Columns(5).ColumnName()
I can't figure out the code to return the column number if I have the column
name.
E.g., something like this:
ColNumber = tempA.Table.ColumnName(Y1).ColumnNumber()
Can someone point me in the right direction?
Thanks
Jeff
determines the column name from the column number (5 in this example) from a
single row table.
ColName = tempA.Table.Columns(5).ColumnName()
I can't figure out the code to return the column number if I have the column
name.
E.g., something like this:
ColNumber = tempA.Table.ColumnName(Y1).ColumnNumber()
Can someone point me in the right direction?
Thanks
Jeff