请高手用c#代码改写下面asp页面中的vb语句??
<body>
<table width="715" height="230" border="1">
<tr>
<td> </td>
</tr>
<tr>
<td>
<%
if request("id")="0" then response.write "请填写完整!"
if request("id")="1" then response.write "用户名或密码错误!"
if request("id")="3" then response.write "验证码错误"
if request("id")="8" then response.write "网络超时,或未登录。请重新登录!"
if request("id")="9" then response.write "正常退出后台管理系统"
%>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
顶楼上
恩,是耶!
相关问答:
我找了一个伪静态代码,如下:
index.asp
<!--#include file="config.asp"-->
<ol>
<%
Set rs=server.CreateObject("adodb.recordset") & ......
在vb这编程里似乎有很多的东西是相联系的,为什么有些人对vb的编程摸不到头脑啊!并且有些事很容易的,但是却把它们的代码变成复杂,也去想一些不能实现的东西啊!
没分了,楼主多来点分!
来接点分
......
我想打印数据库里面读取出来的多条数据内容,实现批量打印
先导入excel或者word,然后在打印
或者购买web打印控件
使用acitvex打印。如果不需要选择属性,设置属性,就不需要商业的了。
<style media= ......
搜索了半天,都没发现怎么删除Cookies子键的,
有一些,也是说的.net的,
HTML code:
Response.Cookies("xx")("1")="11"
Response.Cookies("xx")("2") ......