What is stack used for in vb. Net?
Explain private assembly?
What is difference between inline and code behind?
What is the source code for display the picture in button click event?
What is the main purpose of garbage collector?
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 difference between web.config and machine.config and where it will be ?
Which is the tool which can convert visual basic old version to .net compatibility version?
Explain what observations between vb.net and vc#.net?
What is versioning in .NET?
Explain jagged array in vb.net?
difference between checkbox vs radiobutton??
How does you get record no from 5 to 15 from a dataset of 100 records?