Find text on web page in asp.net

EnigmaNet

New member
Joined
Feb 5, 2007
Messages
4
Programming Experience
Beginner
Hi,
Can anyone please help me out on how to find a particular text on a web page in asp.net?

Thanks in advance..
 
Are you reading the .aspx file? I don't think I get what you are looking for. You can use an editor to find the text on any file. Or do you have an application that is reading the .aspx file and you are looking for String in this read file?
 
I am building a web application which is aspx. The main objective of this is to automate a another web application by putting the data(data is hardcoded in scripts) on to the web page and passing through the screens. This is just to check the availibility of web application. During this, I also need to validate the web page by searching for a particular text/string on that web page. So, in brief, I am developing aspx page to check the availibility of another web application. Hope I have conveyed correctly..

Thanks in advance..
 
Back
Top