I want to return html response using web service .how can i achieve this.?
Hi iammann,
Creating a web method which returns a string value that contain the HTML string.
Example
[WebMethod] public string GetHTML() { return "<HTML><TITLE>..."; }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.