0060223163623447_182.gif" width="11" align="top" alt=""/>
42
private void BindGrid()
43![]()
{
44
string strSql="";
45
DataSet ds = new DataSet();
46
47
strSql="Select * from testDg";
48
SqlConnection conn = new SqlConnection(ConfigurationSettings.AppSettings["ConnStr"]);
49
if (conn.State.ToString() == "Closed")
50