Answer Posted / 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 |
Post New Answer View All Answers
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is the difference between asp.net and asp?
what is the meaning silverligt control
What are the properties of ADO.NET?
What's a windows process in .net?
Explain garbage collection?
What is a strong name in .net?
What is Entity Relationship Model in .NET?
What is managed code and managed data in .net?
What is "common language specification" (cls) in .net?
What is namespaces in .net?
SAP Business One(this is intigrated tool of .net)
What is .net environment?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?