hi,my code look like this:
DataSet dsKisi = new DataSet();
//...
//executing a sql query and fiiling dsKisi dataset
//..
gridview1.datasource=dsKisi;
i am using a sql query with "inner join" when i debug this, an error occured. "Cannot find table 0."
i wrote same query in sql server and no error occured and queried well. Where is the problem
thanks..

table o cant found
fduffner
CalvinR
Andreas Link