<%#Eval("t_Name")%>
司机:<%#Eval("t_ID")%>
管家:<%#Eval("t_Account")%>
手机:<%#Eval("t_Tel") %>
微信:<%#Eval("t_Wechat")%>
酒店:<%#Eval("t_lastCard")%>
房间:<%#Eval("t_gCard")%>
时间:<%#Eval("t_Creatime")%>
备注:<%#Eval("t_Comment")%>
酒店:
后台cs代码
DataSet ch = DbHelperMySQL.Query("INSERT INTO t_dRecordCards VALUES(NULL,'" Convert.ToInt32(e.CommandArgument) "','" name.ToString() "','" card.Text "',NOW())");
Your question is just like "How to do XXX", it's too big and meaningless.
Or maybe you didn’t describe your problem clearly, I suggest you make it more clear.
If you really don’t know how to do it, there is a lot of information online, just be patient and follow it.
If you can’t find it online, it means you haven’t mastered the basics yet. It’s better to work on the basics first.