How do you rate yourself in .NET ?
Answers were Sorted based on User's Feedback
Answer / rahul
Based on Framework understanding and OOPS Concepts,
Use of Diffrent Component Library
Is This Answer Correct ? | 13 Yes | 2 No |
Answer / saroj gajraj
based on .net framework and .net compact framework
both ............ i rate myself 8
Is This Answer Correct ? | 6 Yes | 2 No |
when do we need a multiple document interface?
What do you mean by Redim in VB.NET?
What does VS.NET contains ?
how to get sum of two numbers in vb.net?
14 Answers Factorial, Paul Infotech, Satyam,
Explain the differences between vb.net and c#, related to oops concepts?
Explain redim keyword?
What are the similarities between class and structure?
Explain jagged array in vb.net?
Tell me which namespace are used for accessing the data?
Can we use Vb.Net and C# language simultaneously in one .Net application?
Where would you use Abstract class and Interface?
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.