|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
因为ASP脚本语言非常简单,因此其代码也简单易懂,结合HTML代码,可快速地完成网站的应用程序。还无法完全实现一些企业级的功能:完全的集群、负载均横。asp.net明天的成绩是,关于在ASP.NET的情况下提交表单。我和ASP一样编写了一个按钮触发的事务,然后利用formname.submit来举行submit。了局提醒:
BC30451:Nameform1isnotdeclared.
但我在前面的表单里明显是界说了啊,源代码以下:
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>index</title>
<scriptlanguage="vb"runat="server">
subbt_submit(senderASObject,eAsEventArgs)
form1.submit
endsub
subbt_cancel(senderASObject,eAsEventArgs)
txt.text=""
txtpwd.text=""
txtpwd2.text=""
txtemail.text=""
endsub
</script>
</head>
<body>
<center>
<formname="form1"method="post"action="check.aspx"runat="server">
<tablewidth="533"border="1">
<tr>
<thwidth="220"scope="row"><divalign="right">ID:</div></th>
<tdwidth="297"><asp:TextBoxID="txtid"runat="server"/>
</td>
</tr>
<tr>
<thscope="row"><divalign="right">Password:</div></th>
<td><asp:TextBoxID="txtpwd1"TextMode="Password"runat="server"Text=12345678/>
</td>
</tr>
<tr>
<thscope="row"><divalign="right">inputpasswordagain:</div></th>
<td><asp:TextBoxID="txtpwd2"TextMode="Password"runat="server"Text=12345678/>
</td>
</tr>
<tr>
<thscope="row"><divalign="right">Sex:</div></th>
<td><asp:RadioButtonListID="RadioButtonList"runat="server">
<asp:ListItemvalue="1">Men</asp:ListItem>
<asp:ListItemvalue="2">Female</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<thscope="row"><divalign="right">e-Mail:</div></th>
<td><asp:TextBoxID="txtemail"runat="server"/>
</td>
</tr>
<tr>
<thcolspan="2"scope="row"><divalign="center">
<asp:ButtonID="btsubmit"runat="server"
Text="Submit"
BorderStyle="ridge"
BackColor="lightblue"
onmou搜索引擎优化ver="this.style.backgroundColor=ff3366"
onmou搜索引擎优化ut="this.style.backgroundColor=lightblue"/>
<asp:ButtonID="btcancel"runat="server"
Text="Cancel"
BorderStyle="ridge"
BackColor="lightblue"
onmou搜索引擎优化ver="this.style.backgroundColor=ff3366"
onmou搜索引擎优化ut="this.style.backgroundColor=lightblue"/>
</div></th>
</tr>
</table>
</form>
</center>
</body>
</html>
看来ASP和ASP.NET之间真的是有太多的分歧了,如许一来一回真是晕逝世。还得持续就教高人。究竟――ASP.NET才是偶将来的偏向,必定要很纯熟的把握!
</p>asp可以轻松地实现对页面内容的动态控制,根据不同的浏览者,显示不同的页面内容。而浏览者一点觉察不出来,就像为他专门制作的页面一样。使用各种各样的组件,asp可以完成无比强大的功能。 |
|