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 |
How com+ related to the dna architecture?
What is Ajax? How it is related to your project?
what is the difference between early binding and late binding in .net?
How we can achieve Connection pooling in .Net?
what are connection strings?
Why is .net used?
Explain the .net framework overview?
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?
Can any object be stored in a viewstate in .net?
What's singleton activation mode in .net?
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?