Hi Experts,
The below code is used to open a html window.
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(YourNewPageURL), "_blank", "toolbar=no,location=no,status=no,menubar=no,resizable=yes");
My question is how i will give the url and where to place the html page.
Is there any way to create html page dynamically?
Answer: 1
Url you can put in your URI and html in your website. also you can create the htmlpage in your website using io operations.
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog