| no | Name | file | Status |
| 1 | hothorasman | file1,file2 | ok |
help me,
this my code to bind gridview
private void show()
{
MySqlConnection con = new MySqlConnection(strConnString);
DataTable dtbl = new DataTable();
string sql = "SELECT * FROM tbl_peraturan";
con.Open();
MySqlDataAdapter adap = new MySqlDataAdapter(sql, con);
adap.Fill(dtbl);
GridView1.DataSource = dtbl;
GridView1.DataBind();
con.Close();
}
hothorasman panjaitanPosted Jan 28, 2015, 10:47 AM
thanks for respons Jitendra Kumar ,
please cilk the url http://www.c-sharpcorner.com/Forums/Thread/283284/ShowMessages.aspx?ThreadID=283284
Jitendra KumarPosted Jan 26, 2015, 6:12 AM
Kindly provides table structure.
pdf file store in folder?