What is difference between abstract class and an interface?
Could u send me the answer for this question as soon as possible. Im using 'System.net.mail.mailmessage' namespace for sending a mail from my application. What should I mention in 'system.net.mail.mailmessage.to' property and What should I mention in 'system.net.mail.mailmessage.from' property.
Can you explain the basic use of dataview?
What is asp net objects?
What is hidden field in asp.net?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is advantage of asp.net?
Explain About duration in caching technique
Where is session cookies stored?
Can you explain what inheritance is and an example of when you might use it?
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
Is there any property names “isnavigating”?
what are the oops concepts are used in your project?
1 Answers AppShark, IBM, Kotak,