开发者

print a div tag using vb.net

开发者 https://www.devze.com 2023-02-18 21:44 出处:网络
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 sol

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

精彩评论

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

关注公众号