User Profile

Collapse

Profile Sidebar

Collapse
ggraham
ggraham
Last Activity: Mar 25 '08, 10:56 PM
Joined: Jan 25 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ggraham
    replied to Keep class variable/value in events on page?
    in .NET
    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.
    See more | Go to post

    Leave a comment:


  • ggraham
    started a topic Keep class variable/value in events on page?
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...