Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have 3 Drop down List in html page how can i scrap these drop down each time i select the first it fill the second but when i select the second and use fiddler to follow i find it gets error 505 because view state always change every time in selected item changed how can i solve this problem correctly ?? i am using scrappy sharp and some times html agility if i need that

What I have tried:

<dropdownlist id="1">
<dropdownlist id="2">
<dropdownlist id="3">
Posted
Updated 22-Dec-16 20:51pm
v2

1 solution

That error is there to stop people from doing precisely what you're trying to do - submit the form with unknown / invalid values.

Unless you can get the site owners to cooperate, there's nothing you can do to avoid this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900