Answer Posted / narayan sahu(netx)
textbox = CType(obj, TextBox)
textbox = DirectCast(obj, TextBox)
Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
What is the difference between user control an custom control? Advantages/disadvantages?
How to create properties and methods using controls?
I'm having some trouble with cas. How can I troubleshoot the problem?
Explain how com+ related to the dna architecture?
What tools can I use to develop .net applications?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What are situations when you register .NET assembly in GAC ?
Is Driver Script any how related to AOM?
What is the benefit of .net core?
What is Flyout Design Pattern in .NET?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
How to customize the trace output?
What is difference between static page and dynamic page?
Explain what do the terms “boxing” and “unboxing” mean?