点击按钮进入修改页面的问题
干爹 2010-10-28 03:29:29 我现在有两个页面:
customerview.aspx//客户详细信息页面
customermodify.aspx//客户修改页面
customerinfoadd.aspx//添加客户信息
现在在customerview.aspx上有两个按钮,一个用于关闭,一个是点击后进入修改面面customermodify.aspx,
而且customerview.aspx页上的值都是从customerinfoadd.aspx上传值过来的,现在如何从customerview.aspx
点按钮后进入customermodify.aspx进行修改啊,我不知道怎么读每一条记录的ID,大家都怎么做啊。