Define transparent caching with aop?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between session and application?
Is asp.net free?
Can you edit data in the Repeater control?
What are the different methods that are used during the page load?
What's the use of response.output.write()?
You 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 Answers Microsoft, Syntax Softtech,
How can we Validate a Controls in ASP.NET page using JavaScript?
What is the asp.net mvc folder conventions? : asp.net mvc
What is the transport protocol you use to call a Web service?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What are the main requirements for caching?
What is runtime host ?