Answer Posted / vijay lathiya
like if we want to print label1 msg than syntax for it
label1.Text="anything";
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
Can you inherit multiple classes in c#?
What is the use of static members with example using c#.net.
Why is lazy loading?
Is c# pass by value?
What is the purpose of static?
What is the difference between namespace and class in c#?
What is the use of generics in c#?
Give some examples of commonly used i/o classes?
Can constructor be private c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What are annotations in c#?
List down the different ide’s provided by microsoft for c# development.
What is strong name assembly?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
Can we override static class in c#?