Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple callers - One listener
Message
From
19/11/2003 01:08:50
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00851190
Message ID:
00851287
Views:
10
You're welcome, Glenn!

~~Bonnie

>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
Bonnie Berent DeWitt
NET/C# MVP since 2003

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

Click here to load this message in the networking platform