What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor
1 21455You 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 6621macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37508if a number is choosen between 100 and 999 includeing these numberrs what is the provbabilty that the number selected does not contain a 7 is
23 48094# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
7 21383Post New Microsoft Interview Questions
1) what template u use to get the data for preparing business blueprint. 2) what challenges u face while preparing business blueprint..pls answer my questions
What are the different ways of binding using relative source?
Does ctr help in improving quality score?
How to get help on debugger commands?
What is a text value in excel referred to as?
List different types of sybase index.
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Is magento a cms?
Which standard does azure use?
How do I compare two sets of data in excel?
What is try catch in scala?
What is a local currency?
WHATE IS DIFFERENT BETWEEN ANLOG , PLC & DCS OR EXPLAIN ANALOG / PLC / DCS SYSTEME
How much confident you are in working individually in terms of
What are the access modifiers in c#?