FederalProgrammer
Programmer
I have an object w/ the following attributes:
I want to add instances of this object to a ListBox control such that, NickName property of the object is displayed; However, when the user selects the object from the ListBox, I want to be able to access all of its attributs (NickName, Email, and AccountBalance).
This is done quite simply for Desktop applications. But I'm not sure how to do this in ASP.NET! Any ideas?
---------------
Code:
NickName
Email
AccountBalance
I want to add instances of this object to a ListBox control such that, NickName property of the object is displayed; However, when the user selects the object from the ListBox, I want to be able to access all of its attributs (NickName, Email, and AccountBalance).
This is done quite simply for Desktop applications. But I'm not sure how to do this in ASP.NET! Any ideas?
---------------