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 are asp.net authentication providers and iis security?
What makes .net core cross platform?
Explain me what is .net web service?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Differences between dll and exe?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What do the terms “boxing” and “unboxing” mean?
Conceptually, what is the difference between early-binding and late-binding?
What is close method? How its different from finalize and dispose?
What is the difference between constants and read-only variables?
What is the need of OLE-automation?
Do you know what is linq?
What is RPC? What is the use of it?
What is manifest in .net?