Please explain what are an object and a class?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What is common language specification (cls)?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
what are the controls used to upload a file from client to server?
What is the purpose of enumerable class in .net?
What are the fundamental objects in ADO.NET?
Differences between namespace, class, assembly?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
What is an assembly? What are the different types of assemblies?
ctype(123.34,integer) - should it throw an error? Why or why not?
How to Exchange data between Webservices
What are remotable objects in .NET Remoting?