View Single Post
  #4 (permalink)  
Old 10-07-2008, 7:21 AM
vis781's Avatar
vis781 vis781 is offline
VB.NET Forum Moderator
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Aug 2005
Location: Cambridge, UK
Age: 30
Posts: 2,015
Reputation: 196
vis781 I'm the one to askvis781 I'm the one to askvis781 I'm the one to askvis781 I'm the one to askvis781 I'm the one to askvis781 I'm the one to ask
Default

The Label has a .Tag Property that is what JohnH is referring to. You can place your id value in the .Tag property. It has a value of type System.Object so it can be anything you like.
__________________
GDI+ Code Generation Utility : GDI+ Architect

A Must : FxCop .Net Code analyzer : FxCop
Reply With Quote