
{
if (!IsPostBack)
{
SqlConnection myConn = GetConnection();
string sqlStr = “select * from userinfo”;
02-10
761
