adspace


How to create properties and methods using controls?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1141