المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to change the html text on fly?



C# Programming
07-07-2009, 02:50 PM
Hi,
I want to get the text of an html page using a simple application in c#?
If there are nested elements
ie.,


ABC

1



XYZ

2




How can I get the text(bold) directly without using a foreach loop?

ie.,


Work

1



Cost

2



How can I change the ABC to Work and XYZ to Cost,
such that User should see directly the replaced text(i.e., Work and Cost instaed of ABC and XYZ).