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 21254You 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 6435I 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 4157How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?
2620Post New Microsoft ASP.NET Interview Questions
How are projector lumens measured?
Explain what is mongodb?
Define parent node?
How is rdd fault?
Is there advantages of collapsing white spaces in html?
Explain the role of building blocks like Nodes, Relationships, Properties and Labels in Neo4j?
why the starting voltage drop in a cable needs to be limited?what is percentage of the voltage drop allowed during starting?
What is selectmany in linq?
How to load the time dimension?
A patient reports not experiencing the desired relief from their anxiety symptoms after a few weeks of Alprazolam treatment. How would you assess and adjust their treatment plan?
What is a rollup component?
What is the use of sap hybris billing module?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What are the elements of a database?
What are the benefits of excel?