Hi Everybody, Can anyone tell me, any method in .net that will return inner string value from the following string value.
string sBody = listitem["Body"].ToString(); sBody="<div>This is original string value.</div>"; I need to get the string between 'div' tags. Thanks & Regards Bixam.
