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 21297You 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 6470I 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 4217How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?
2640Post New Microsoft ASP.NET Interview Questions
What is the chemical composition of FCVS350 ?
Can I consume WCF and ASP.NET Web Services in Silverlight?
Can you explain tagbatch restructure operator?
What is the function of messaging metaphor?
What types of filter in angular js?
What is jbutton in java?
What is Azure Redis Cache?
Do you know why SBI is different from other banks?
A country adopted a policy requiring all couples to continue having children until they had a girl, after which they must stop having children. How many children willthe average family have and what will the sex distribution be?
What is the difference between starting a string with single quote and double quote? What you will use in general instance?
What is mean by excel?
What is tns name?
How do I compare plugins in notepad ++?
What is the
Talk about the concept of tunable consistency in Cassandra.