asp 表格的问题,比较困难(对我而言),请求给予帮助!
我的问题是这样的:
Asp+access 网站
只有一个access库,库里有二个表: denji 和 cw
Denji表中数据如下:
Djgcmc djwtdw djsgdw djsj djbgwh (这一行是字段名称)
工程名称 委托单位 施工单位 登记时间 文号
2009年接入工程 1公司 2公司 1
2008年光缆线路工程 1公司 2公司 2
2008光缆优化扩容工程 1公司 2公司 3
2009光缆线路工程 1公司 5公司 4
2008年基站工程 1公司 8公司 5
2009年改造2 1公司 9公司 6
2009配线接入新建工程 1公司 6公司 4
Cw 表中数据如下:
项目名称 出具报告年 出具报告月 出具报告日 文号 审计人员 复审人员
2009年接入工程 2010 1 1 1 cx cl
2008年光缆线路工程 2010 1 2 2 cx cl
2008光缆优化扩容工程
相关问答:
function CheckOpwd(){//验证用户名
var pwd=document.all.txtOpwd;
var div1=document.getElementById("divPwd");
if (pwd.value=="")
{
......
C# code:
SqlConnection conn = CsDB.sqlcon();
SqlDataAdapter da = new SqlDataAdapter("select fwCoding from bjmuma_fwCoding where OrderNumber='" + Order + & ......
3个radioButton
一个Button
一个label
C# code:
protected void Button1_Click(object sender, EventArgs e)
{
string str = null;
RadioButton rdo=(RadioButton)sender;
......
1.asp.net做的一个答题页面,如何实时限时后自动提交,请大家给点思路
限时的时间信息存放在数据库中
2.如果答题时间设置的较长,如何方式session超时后页面无效
谢谢
用js方法来控制
回复内容太短了。。
js ......