Write a program to create a user control with name and surname as data members and login as method and also the code to call it.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Dot Net General Interview Questions

What are channels in .NET Remoting?

2 Answers   Rolta,


What is a strategy pattern? Implement it.

1 Answers  


What are the new features in .net core?

0 Answers  


Explain the difference between constants and read-only variables?

0 Answers  


What is jit compilers?

0 Answers  






How is .net core cross platform?

0 Answers  


differance between checkbox and rediobutton in vb.net?

2 Answers  


What is 'Common Type System' (CTS) in .NET?

0 Answers   NA,


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


Can a try block have nested try blocks?

0 Answers  


Resource Files: How to use the resource files, how to know which language to use?

1 Answers  


Explain Different kinds of methods?

0 Answers   Wipro,


Categories