Getting events from a web page.
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone have an example that shows how to get events in a VB.NET application from a click on a link on a web page? I want to try to work on a shell application that uses aspx pages is it's interface (kind of like Outlook Today) and I need to get the clicks back into my program.
-
Does anyone have an example that shows how to get events in a VB.NET application from a click on a link on a web page? I want to try to work on a shell application that uses aspx pages is it's interface (kind of like Outlook Today) and I need to get the clicks back into my program.
Use a LinkButton instead of a Hyperlink. LinkButtons raise a click event in ASPX.