Hi,
I am currently working on a project for which i have to navigate site programmatically. I am using C#. In some case sites navigates(change contents of page) on the event of a control, while URL remain same. like the one below
http://www.centurysecuritiesng.com/Home/tabid/36/ctl/listing/mid/410/Default.aspx
On this page there is a dropdown(Price List as at) and the content of the page changes on dropdown item change, while URL of the page remain same. can anybody suggest that how can i achieve this programmatically, mean changing dropdown item dynamically and getting its content against that dropdown item.
In short i want dynamic content of the page which is coming against event of a control, based on some value. Which in my case is onchange event of dropdrown based on selected value of the dropdown
Thanks in advance.