Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Give An example of a ctype and directcast.

Answers were Sorted based on User's Feedback



Give An example of a ctype and directcast...

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

Give An example of a ctype and directcast...

Answer / narayan sahu(netx)

textbox = CType(obj, TextBox)
textbox = DirectCast(obj, TextBox)

Is This Answer Correct ?    15 Yes 8 No

Post New Answer

More Dot Net General Interview Questions

What are the Project related questions generaly asked in the interview. Mail to: ana_net1@yahoo.com

2 Answers   TCS,


Describe difference between inline and code-behind?

0 Answers  


how we can capture the value in textbox when selectedvluechanged event of gridview is fired

1 Answers  


What method do you use to explicitly kill a users session? How?

0 Answers  


What is Ajax design pattern in .NET?

0 Answers  


What versions of .net are there?

0 Answers  


Explain Different kinds of methods?

0 Answers   Wipro,


What is a windows process in .net?

0 Answers  


Which file is taken by compiler when we have both file Application and Server Configuration file?

0 Answers  


What is Garbage Collection in .Net and what is the Garbage collection process?

4 Answers  


How many types of exception handlers are there in .NET?

2 Answers  


What tools is used to develop .NET applications?

0 Answers  


Categories