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 21374You 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 6561I 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 4302How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?
2685Post New Microsoft ASP.NET Interview Questions
What are spring jdbc templates used for?
Explain buffering concept usage?
How many threads does an i7 8700k have?
What is concept of property?
Explain what is sql?
List all tags that are provided in jstl?
What is a conclusion in a presentation?
What is the tool used for provisioning and configuration?
Why we should go for lightning component instead of vf pages? : salesforce lightning component
Is linux affected by viruses?
Why is c++ still used?
Practically why we get negative absorption in UV SPECTROPHOTOMETER when the time of cleaning sample analysis. is negative absorption in Uv valid or not?
What Is The Different Components Used In Aws?
SOLD GOODS WORTH 5000 TO AKBAR WHO PAID 3000 ON ACCOUNT
How many types of primary keys are there?