Give An example of a ctype and directcast.
Answers were Sorted based on User's Feedback
Answer / sajid
Dim t As String = "5"
Dim s As Integer = CType(t, Integer)
Dim t As String = "5"
Dim w As String = DirectCast(t, String)
| Is This Answer Correct ? | 19 Yes | 3 No |
textbox = CType(obj, TextBox)
textbox = DirectCast(obj, TextBox)
| Is This Answer Correct ? | 15 Yes | 8 No |
What distributed process frameworks outside .NET do you know?
what is the keyword used for self reference?
Do you know what are three common acronyms used in .net, and what do they stand for?
Explain the top .net class that everything is derived from?
What base class do all Web Forms inherit from?
What is Meta Data? Explain Types of Assemblies
Difference b/w dataset.clone and dataset.copy ?
Explain about Behavioral design pattern?
What is the difference between Server.Transfer and Response.Redirect?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
What does cil do?
What is the microsoft .net?