<div> Hi All,
I encounter a very very weird error which i do not face in Visual Studio 2010.
All the SQL result return in dataset format has 0 row even if it should return record after adding table to DataSet.xsd.
Below is my code which should return me a row but after adding a datable to Dataset.xsd it returns me 0 records.
protected void Page_Load(object sender, EventArgs e) { DataSet dsUser = Go to the complete details ...