I have a dataset taht if the rowcount is greater than 1 I show it in a datagrid, else I want to redirect it to another page and pass the first field of the row in the string. How do I do that?
So far I have
Server.Transfer("ShowTerritoryInfo.aspx & DS.Tables.Rows(0)"
But I get Error executing child request for ShowTerritoryInfo.aspx & DS.Tables.Rows(0).
Does anyone know the proper syntax?
So far I have
Server.Transfer("ShowTerritoryInfo.aspx & DS.Tables.Rows(0)"
But I get Error executing child request for ShowTerritoryInfo.aspx & DS.Tables.Rows(0).
Does anyone know the proper syntax?