i have html string reside in files in the server and for each user request i have to select some markup with ID from mentioned files and send them to the client.i wonder, is there any library for .NET which can do this sort of job for me!?. what exactly i want to achieve is some thing like this (with Jquery):
var sometag = $("#id");
thanks in advance.