There is something wrong with my code here:
byte[] bits = Convert.ToByte(ds.Tables[0].Rows[0].Item[0]);
There's an error saying that:
System.Data.DataRow does not contain a definition for 'Item'and no extension method 'Item' accepting a first arguement of type 'System.Data.DataRow could be found.
Where did I go wrong?