I just tried to make an application that shows my boks but when i make the page number int, i faced with this IndexOutOfRange error and i can't fix it. Please help...
textBox1.Text = reader["ad"].ToString();
textBox2.Text = reader.GetInt32(4).ToString();