Hi, I am trying to develop a web application that will do the following:
- Collect the information like websiteUrl, email address, language, stream format (audio, video).
- Now I have a list of directory names and website url and submission url and their accepted stream format (i.e: Radio, Tv or Both) as well as language (english, spanish, freanch, or all language).
- Now when the user put his information described in 1, and click on proceed button, we will first retrieves the name of the directory and all its information saved in the database according to users input (stream format, language) and then we need to look up if the stream is already promoted to any of the directories retrieved from the DB.
I think we need to do a web request and parse the returned html to see if the stream is there.
Is there anyone who can help in this regard? I am really unknown about this type of issue. Any help in this regard will be a awesome help for me. By the way I am using ASP.NET MVC 2.0 and ExtJs to do this project.
Regards, Mohin