Microsoft
Software
Hardware
Network
Question : vb.net sender name
Is there a way to find the sender's name, not the text on the button?
Thanks
Answer : vb.net sender name
Dim b as Button
b=DirectCast(sender,Button
)
MessageBox.Show(b.Name)
Random Solutions
Using a geometry type check constrint in sql sever 2008
Can you delete OCS Address Book groups?
Use Acces 2007 to create a saleable package
How to Publish a web service in remote server
SBS2008 Migration Failed - Or so it says!
wildcard usage in Scripting.FileSystemObject<wbr /> for dts workflow
Internet Explorer 7 - Slow to load Initially
Custom serialization with XMLSerializer in .NET
Two vb.net projects in one application
Can I use GPO to uninstall IE 8 ?