What is the source code for display the picture in button click event?
Explain about globalization?
what is the base class of .net?
Name some of the keywords used in vb.net?
Explain the difference between system.string and system.stringbuilder classes?
What keyword is used to accept a variable number of parameter in a method?
hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.
What is the difference between static or dynamic assemblies?
What is the DIfference between Friend and Protected Friend?
6 Answers CTS, Sykes Enterprises, TCS,
Explain enumerator?
Observations between vb.net and vc#.net?
What is globalization?
What is early binding?