Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple callers - One listener
Message
From
18/11/2003 17:54:21
 
 
To
18/11/2003 17:44:42
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00851190
Message ID:
00851210
Views:
7
Got it! Thanks Bonnie, I will give it a try.

Thanks

Glenn

>>>I need to retrieve a property value from the sender, How do I get an object reference that I can use to retrieve the Text property?<
>
>The quick answer is that sender *is* your object reference. You need to cast it to your sender object type in order to use the sender's .Text property.
>
>If TypeOf sender Is TextBox Then
>   MyText = CType(sender, TextBox).Text
>End If
>
>
>~~Bonnie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform