Hi,
I have a requirements which has following steps any suggestion on each step appreciated:
1. An Asp Webform with Gridview control which has some numbers e.g "2340"
2. This webform shoud be able to open a website in iframe e.g "www.xyz.com" on timer
3. once www.xyz.com(it is a third party website which has some data based on number "2340") web page open
4. Pass the number from gridview control "2340" to www.xyz.com website textbox and retrieve the information and copy that information in sql database.