Home > DOTNET > How to display string in webBrowser Control

How to display string in webBrowser Control

DocumentText property of web browser control lets you dynamically display html text.

Simple –

webBrowser1.DocumentText = "PraVeeN";

VN:F [1.9.18_1163]
Rating: 3.0/5 (2 votes cast)
How to display string in webBrowser Control, 3.0 out of 5 based on 2 ratings

No related posts.

Categories: DOTNET