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 20791You 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 5918I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?
1 3668How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?
2347Post New Microsoft ASP.NET Interview Questions
Is it possible to schedule a dynamic dashboard?
How do you replace all in word?
What are R/3 Basis configurations?
What can we do with datastage director?
What are the similarities and differences between tableau software and palantir?
Explain HTML Forms?
How to calculate phase to phase difference ?
Will you classify tomcat as a web server or application server?
in object oriented programming, how would you describe encapsulation?
What is the first process in linux?
Can anyone tell me please how can I go and introduce the discount condition type in the pricing procedure and how it’s going to impact with tax all the pricing getting to calculate in the order? For example, how specially I have a customer who I set out as an international customer and as a domestic customer what are the differences between that… is there tax is different, is there any fright different, is there any pricing different????
What happens if we use an Inverter instead of the Differential Sense Amplifier?
What is the difference between a css reset and normalize.css?
What is the difference between jdbc and hibernate?
What is the difference between microsoft access and sql?