How to create properties and methods using controls?



How to create properties and methods using controls?..

Answer / Rohit Raj

To create properties and methods in .NET using controls, you typically use a combination of class inheritance and property/method syntax. For example, you might create a custom control by inheriting from an existing control and adding new properties or methods that provide additional functionality.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How com+ related to the dna architecture?

1 Answers  


What is Ajax? How it is related to your project?

1 Answers   Wipro,


what is the difference between early binding and late binding in .net?

2 Answers   Satyam,


How we can achieve Connection pooling in .Net?

1 Answers   PUCIT,


what are connection strings?

1 Answers   Manhattan, RTRT,


Why is .net used?

1 Answers  


Explain the .net framework overview?

1 Answers  


Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?

1 Answers  


Can any object be stored in a viewstate in .net?

1 Answers  


What's singleton activation mode in .net?

1 Answers  


What is CLR, CLS,CTS

4 Answers   Deloitte, Vee Technologies,


Explain the difference between the while and for loop. Provide a .net syntax for both loops?

1 Answers  


Categories