What are the asp.net server side objects?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,


What are the data controls available in asp.net?

0 Answers  


How do you install windows service?

4 Answers   Tech Mahindra,


Difference between ISQL and OSQL??

1 Answers  


What is the main difference between grid layout and flow layout?

1 Answers  






what is asp.net

4 Answers  


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?

0 Answers  


How do we get only edited/deleted/inserted records from a Dataset?

1 Answers   Syntax Softtech,


What is IPostBack? How to use it?

0 Answers   MCN Solutions,


Explain the main differences between asp and asp.net?

0 Answers  


What type of code (server or client) is found in a Code-Behind class?

3 Answers   Siebel Systems,


Categories