大家好,又见面了,我是你们的朋友全栈君。在
【孟子E章】专栏里,我曾经发表了一篇《ASP.NET 2.0中CSS失效的问题总结》(地址是:
http://blog.csdn.net/net_lover/archive/2007/08/27/1760521.aspx)的文章。有些人不知道使用RegisterStartupScript输出文本(非脚本内容),只能使用Response.Write的方法。这其实是对RegisterStartupScript没有正确理解造成的误区。看一下RegisterStartupScript输出的内容,其实就是一段内容,为什么不能写使用它输出html呢(尽管这个功能不是很常用)!下面就是使用RegisterStartupScript输出非脚本的例子:
@ Page Language
=
“
C#
“
%>
<!
DOCTYPE html PUBLIC
“
-//W3C//DTD XHTML 1.0 Transitional//EN
“
“
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
“
>
<
script runat
=
“
server
“
>
protected
void
Button1_Click(
object
sender, EventArgs e )
{
Page.ClientScript.RegisterStartupScript(Page.GetType(),
“”
,
“
<h1>测试</h1>
“
);
}
</
script
>
<
html xmlns
=
“
http://www.w3.org/1999/xhtml
“
>
<
head runat
=
“
server
“
>
</
head
>
<
body
>
<
form id
=
“
form1
“
runat
=
“
server
“
>
<
asp:Button ID
=
“
Button1
“
runat
=
“
server
“
OnClick
=
“
Button1_Click
“
Text
=
“
单击测试
“
/>
</
form
>
</
body
>
</
html
>
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/162303.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...