Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re: WinForm coding question
Message
From
06/10/2002 14:04:17
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Re: WinForm coding question
Miscellaneous
Thread ID:
00708207
Message ID:
00708207
Views:
42
Hi Kevin,

Sorry for starting another thread, but something's weird here and I can't reply to posts for some reason. And I did want to reply to your question, so I thought it best to just start another thread.

Try making the label accessible via properties (get and set methods), like this:
public string MyLabel
{
  get {return this.lblDeductionID;}
  set {this.lblDeductionID = value;}
}
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Reply
Map
View

Click here to load this message in the networking platform