Skip to content

Instantly share code, notes, and snippets.

@KevinRagsdale
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KevinRagsdale/237c8553adc31f1cf321 to your computer and use it in GitHub Desktop.
Save KevinRagsdale/237c8553adc31f1cf321 to your computer and use it in GitHub Desktop.
<%@ Page Language="VB" %>
<script runat="server">
Protected Sub Page_Load(sender As Object, e As EventArgs)
Dim oVFP As New Interop.FirstDemo.Demo
Dim cRet As String = oVFP.GetHTML()
oVFP = Nothing
Response.Write(cRet)
End Sub
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment