User Profile
Collapse
-
Actually I just figured it out. I did not realize I could overload the new sub with no key being passed which just initiates a new empty object for me to fill. -
Keep class variable/value in events on page?
I'm a semi-newbie to .NET.
I've create a class to handle getting data on a person. It has a couple of properties and a new and save subroutine.
I'm loading the data in the page_load even of my program:
Dim WithEvents dsPerson As Person
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArg s) Handles Me.Load
If Page.IsPostBack Then
Else...
No activity results to display
Show More
Leave a comment: