I have dropdown which is inside gridview . Now i have to get the selected value of dropdown.
here is code:
MySqlCommand cmd = new MySqlCommand(cmdText, connection);
cmd.Parameters.AddWithValue("@next_office_code",//////dropdownlist value);
Go to the complete details ...