开发者

print a div tag using vb.net

I have html content in div tag. I want to print this content by vb.n开发者_如何学Pythonet code. Anyone can help me ? how to erite a code in vb.net web application for print the content?


Here is the solution:

Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

Response.Write("Your div content goes here")

End Sub
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜