易截截图软件、单文件、免安装、纯绿色、仅160KB

我要做一个过滤ASP语句的东西,请教大家了。

我想做一个程序,他通过截获网络数据报文,过滤报文中的asp.net语句,然后改写报文的东西。我对asp.net不懂,我想问下各位高人,asp.net是以什么样的标志起头,什么样的标志结尾呢。多谢各位了。

麻烦大哥能给一个例子不?
比如说这个例子:
<%@ Page Language="C#" %>
<html>
<script runat="server">Void Button1_Click(object sender, System.EventArgs e) {    Label1.Text = ("Welcome, " + TextBox1.Text);} </script>
<head runat="server">
  <title>Basic ASP.NET Web Page </title>
</head>
<body>
  <form id="form1" runat="server">
    <h1>Welcome to ASP.NET </h1>
    <p>Type your name and click the button. </p>
    <p>
      <asp:TextBox ID="TextBox1" runat="server"> </asp:TextBox>      <asp:Button ID="Button1" runat="server"        Text="Click" OnClick="Button1_Click" />
    </p>
    <p>
      <asp:Label ID="Label1" runat="server"> </asp:Label>
    </p>
  </form>
</body>
</html>

这个a


相关问答:

asp文件解密

我有一个asp源码,但是出现一个文件,我用asp解密都是乱码
请教

VBScript code:
??

 %# , #&')*)-0-(0%()(?

(((((((((((((((((((((((((( ......

我想问下,在asp中这段函数什么意思

Function listPages(LinkFile)
  if not (rs.eof and rs.bof) then
gopage=currentpage
totalpage=n
blockPage=Int((gopage-1)/10)*10+1

If LCase(Request.ServerVariables("HT ......

请教asp高手

我在asp页面做了一个从1开始往上累加的东西,为什么每次点击按钮时数值都不往上加。
不知道什么原因,请教高手!
看看你的代码啊

  int a=0;
  a++;
  txtBox.text=a.toString();
......

这段asp生成xml 那里错了?哪位大哥帮帮忙啊

VB code:
<!--#include file="conn.asp"--><!--#include file="sqlin.asp"--><?xml version="1.0" encoding="gbk"?>
<%
Request_id=Request(&quo ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号