I keep running into a problem with my sql:
{
Name.Text = String.Format("{0} {1}", reader.GetString(0), reader.GetString(1));
Aboutme.Text = String.Format("{2}", reader.GetString(0));
}
Index (zero based) must be greater than or equal to zero?
Not sure if its my String.Format?
Yes, the second line should be again 0 for string.Format: