bugsmenots
New Member
I would like for a webmethod to return a string of pure html.The html isnt anything too fancy, a table and a couple form fields populated with values from a database.Is their an easy way to build html within html? currently I am just dynamically building up a string, but it just feels dirty.I could make a full blown aspx page, and then just strip out the bits I dont want from the resulting page leaving the plain html behind. but that also feels dirty.Or there is the templating option (nvelocity etc) but thats seems like overkill.any suggestion on something more efficient.Tx