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 21286You 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 6463I 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 4197How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?
2636Post New Microsoft ASP.NET Interview Questions
How do I open the format menu in excel 2016?
where can we set the default module and entity to get on opening crm?
How can I achieve accuracy in the first model that I built?
What are the types of queries?
What is the difference between classical artificial intelligence and statistical artificial intelligence?
What are xml tags?
What is an event handler in swing?
Give me one example of Web API Routing?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
What is structure data type in c?
Explain about inheritance?
Why do we need runtime polymorphism in c++?
Where can I find wp content uploads on wordpress?
What is yield statement in ruby.
What are the benefits of using php?