Hi,
Nice Day,
How can I give the .aspx page with out viewstate in the markup?
In my C# Winforms application, Am copying an .aspx page into word? The .aspx page is coming from my WebService.
Due to viewstate value, my .doc is not opening. Any how I opened the .doc by removing the line and save in local machine.
But I need, the .aspx should rendered as html without the viewstate line in the markup by default.
Thanks in Advance.