I’m able to call javascript from VB all day long. There’s a ton of examples out there.
Problem is, I need to call a VB.NET function from javascript, no two ways around it. This is a bit harder to find.
Anyone know of any resources?
Thanks,
Jason
BTW — Web/Page methods won’t work. I have to be able to reference a listbox and it’s selected items when the VB code-behind fires. Thanks!
Here’s an interesting article that might help you on how to force a postback and execute some code: http://weblogs.asp.net/mnolton/archive/2003/06/04/8260.aspx