in reply to Re: link to post hidden fields
in thread link to post hidden fields

Hi there.
There are issues with mechanize and ASP::Net.
You need to pass in the following hidden fields :
__EVENTTARGET
__EVENTARGUMENT
__VIEWSTATE,
__LASTFOCUS
see also cpan HTML::TreeBuilderX::ASP_NET.

hope that helps.
mike
bless(\sub {bless \$this,&$that;},"Cool");