SqlConnection conn = new SqlConnection(@"server=yzk\SQLEXPRESS;database=demo;uid=sa;pwd=123456;Persist Security Info=false"); conn.Ope
SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["ApplicationServices"].ToString());
SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["ApplicationServices"].ToString()); SqlCommand comm =
页面 Html.Action(x,y); x是要显示的内容 y 是要跳转的action
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号