ctype(123.34,integer) - should it throw an error? Why or
why not?
Answer / aravindreddy
It would work fine. As the runtime type of 123.34 would be
double,
and Double can be converted to Integer.
| Is This Answer Correct ? | 7 Yes | 0 No |
Can you write a class without specifying namespace?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What is the base class of Button control?
syntax for binding the data from database
What are asp.net authentication providers and iis security?
Explain memory-mapped files.
Why inheritance is important?
in hibernate, what is dirty reading?
Explain me how does linq work?
How server form post-back works?
Explain me what is a design pattern and what is it for?
Why DLL files are needed. & how They are Created in DOTNET?