I have no problems Binding my Data Set to one WebControl, but my question is How can i access my DataSet to get Values on one (column,row)?
i was doing the following...
mvarAuxURL &= "param=" & MyDataSet.Tables(
"myTable").Columns("mycolun").prStrNombreDato).ToString
But i get nothing... how can i do it???
Thanks guys!