将Session中的数据存入数据库怎么写,求高人指教?
string userName = Session["userName"];
update tblsession set user = userName where id = 1
不谢
问题是你不懂SESSION,还是不懂怎么操作数据库?