What parameters can you pass in the url of the api? Can get and post use the same url?
Which platform does Microsoft .NET use for exchanging data between applications?
Why does my asp.net file have multiple tag with runat=server?
Compare and contrast between inline and code behind - which one is best?
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 Session use Cookies in State Management?
What data type does the Range Validator control support?
Is asp.net mvc still used? : Asp.Net MVC
What are the objects in used in ASP for processing input and outputs?
What data type does the RangeValidator control support?
What would be salary for 6+ years of experience in ASP.NET in different metro city in india?
what are the differences between windows services and web services?
What are the namespaces used in asp.net mvc? : asp.net mvc