siphilp
29-04-2007, 11:34 AM
Has anyone created a tool bar from the following link?
http://www.codeproject.com/csharp/BandObjects20.asp
I have it working on my local machine however if i use the navigate method it's meant to post back to the page for example
object o = null
object sHeaders = "__EVENTARGUMENT=&__EVENTTARGET=&__VIEWSTATE=";
Navigate("post.aspx",ref o, ref o, ref sHeaders,ref o);
I ran a http header sniffer and it seems that no matter what information i putin the header it's not being posted back.
I know this is a little away from websites but this has been doing my head in for ages.
Thanks
Si
http://www.codeproject.com/csharp/BandObjects20.asp
I have it working on my local machine however if i use the navigate method it's meant to post back to the page for example
object o = null
object sHeaders = "__EVENTARGUMENT=&__EVENTTARGET=&__VIEWSTATE=";
Navigate("post.aspx",ref o, ref o, ref sHeaders,ref o);
I ran a http header sniffer and it seems that no matter what information i putin the header it's not being posted back.
I know this is a little away from websites but this has been doing my head in for ages.
Thanks
Si