hi can anyone please help me with this fetching from database of int values im having difficulty in fetching int values , it works for varchar but not int can someone help me ou
This should work:
txtfarmersize = Convert.ToInt32(reader["farmsize"]);