How check my site's name in other's website
-
Hello can any body help me to find how to check whther my website name is exist in other website or not. for example my site name is www.abc.com and I want to find my URL address (http://www.abc.com) in other websites. So can anybody tell me how can I find my url name in other sites. Thanks in advance
-
Hello can any body help me to find how to check whther my website name is exist in other website or not. for example my site name is www.abc.com and I want to find my URL address (http://www.abc.com) in other websites. So can anybody tell me how can I find my url name in other sites. Thanks in advance
I guess I have already answered this long back. You need to look into HttpWebRequest and HttpWebResponse classes. Give a request to the target website and get a reponse. Write a regular expression to find your website name, and look in the response string.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hello can any body help me to find how to check whther my website name is exist in other website or not. for example my site name is www.abc.com and I want to find my URL address (http://www.abc.com) in other websites. So can anybody tell me how can I find my url name in other sites. Thanks in advance
You need to look into HttpWebRequest and HttpWebResponse classes. Give a request to the target website and get a reponse. Write a regular expression to this to find your website name is avble or not , and look in the response string.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
You need to look into HttpWebRequest and HttpWebResponse classes. Give a request to the target website and get a reponse. Write a regular expression to this to find your website name is avble or not , and look in the response string.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
Satips are you kidding me. Did you just copy and paste someone else's response? :confused:
Yes I have seen. He removed the first sentence ! :mad:.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Yes I have seen. He removed the first sentence ! :mad:.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
I guess I have already answered this long back. You need to look into HttpWebRequest and HttpWebResponse classes. Give a request to the target website and get a reponse. Write a regular expression to find your website name, and look in the response string.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions