Load ASPX page to a windows webbrowser control

Posted by Juvil John Soriano on Stack Overflow See other posts from Stack Overflow or by Juvil John Soriano
Published on 2010-04-15T05:23:27Z Indexed on 2010/04/15 5:33 UTC
Read the original article Hit count: 274

Filed under:
|

Hi I have a Windows form the import data to SQL, also I have an aspx page which is used for previewing data which i need to load to to the windows form using WebBrowser Control, my problem is that How do I pass a collection (List) to the aspx page for it to be able to bind to a gridview?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms-to-web