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 6621I 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 4394How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?
2725Post New Microsoft ASP.NET Interview Questions
What are the different scope values for the jsp objects?
Write some differences between an external iterator and an internal iterator?
What is dao recordset in access?
in general which algorithms for used?
Does dynamic alerts show up in alert monitor?
Why is negative feedback invariably preferred in closed loop system?
How much is a java license?
how to create daemon thread in java?
Are spring beans thread safe?
How do I add and remove categories in wordpress?
Discuss the mount and unmount system calls ?
Why should I use mysql?
What is unix port?
Do you know about the investment banking lifestyle? Why don't you have a problem with it?
Does the order of columns in update statements matter?