当前位置:编程学习 > C#/ASP.NET >>

急求,

 在写密码找回的时候,插入不了用户提示,   插入了网页就显示不了,
  有没知道的朋友,帮帮忙的
<form id="form1" name="form1" method="POST" action="<%=MM_editAction%>">
    <p>欢迎你,</p>
  <p>你的密码问题提示  <%=(Recordset1.Fields.Item("question").Value)%></p>
    <p>请填写正确的答案:
      <label for="textfield"></label>
        <input type="text" name="answer" id="answer" />
        <label for="Submit"></label>
        <input type="submit" name="Submit" value="提交" id="Submit" />
    </p>

        
    <input type="hidden" name="MM_insert" value="form1">
</form> --------------------编程问答-------------------- 什么错? --------------------编程问答-------------------- 你的密码问题是:{Recordset1.question} 
就是插入了这后面的,网页就不显示了。 --------------------编程问答-------------------- <table width="1091" height="1336" border="0" cellspacing="0">
      <tr>
        <td width="217" height="38"> </td>
        <td width="505"> 对不起,这个用户还没有注册,所以你还要找回密码吗! </td>
        <td width="363"> </td>
      </tr>
      <tr>
        <td height="217"> </td>
        <td><form id="form1" name="form1" method="post" action="ger.asp">
          <p>欢迎你,</p>
          <p>你的密码问题是
            <label for="label"></label>
            <%=(Recordset1.Fields.Item("question").Value)%>
            <input name="question" type="hidden" id="question" value="<%=(Recordset1.Fields.Item("question").Value)%>" />
          </p>
          <p>请填写正确的答案
            <label for="textfield"></label>
              <input type="text" name="textfield" id="textfield" />
              <label for="Submit"></label>
              <input type="submit" name="Submit" value="提交" id="Submit" />
          </p>
        </form></td>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
    </table> --------------------编程问答-------------------- Recordset1记录集查出了吗》
<%
If Recordset1.EOF = False Then

%>

<form id="form1" name="form1" method="POST" action="<%=MM_editAction%>">
  <p>欢迎你,</p>
  <p>你的密码问题提示 <%=(Recordset1.Fields.Item("question").Value)%></p>
  <p>请填写正确的答案:
  <label for="textfield"></label>
  <input type="text" name="answer" id="answer" />
  <label for="Submit"></label>
  <input type="submit" name="Submit" value="提交" id="Submit" />
  </p>

   
  <input type="hidden" name="MM_insert" value="form1">
</form>
<%
Else
 Response.Write "没有记录"
End If

%> --------------------编程问答--------------------  没插入记录?  你帮我指出哪里错了的,怎么改  谢谢  我不是很懂这个
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,