how to retreive a column from a datagrid?
Hi,
I input query codes into a table in SQL server 2000 and used a datagrid1 to display the query code. However, now I need to execute the query code and pass it into datagrid2.
How can I execute it?
Can I get the string in the datagrid1 and execute it using sqlcommand.
thanks