What are the asp.net server side objects?
No Answer is Posted For this Question
Be the First to Post Answer
How to retrieve the information from datatable citywise in c#?
What are the data controls available in asp.net?
How do you install windows service?
Difference between ISQL and OSQL??
What is the main difference between grid layout and flow layout?
what is asp.net
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,
What are the different validators in asp.net?
How do we get only edited/deleted/inserted records from a Dataset?
What is IPostBack? How to use it?
Explain the main differences between asp and asp.net?
What type of code (server or client) is found in a Code-Behind class?