In try catch blocks one is normal catch block and another is
sqlcatchexception block

Answers were Sorted based on User's Feedback



In try catch blocks one is normal catch block and another is sqlcatchexception block..

Answer / shashikesh

yes .but we should mantain the order .first sqlcatchblock
then nomal block

Is This Answer Correct ?    3 Yes 1 No

In try catch blocks one is normal catch block and another is sqlcatchexception block..

Answer / konthappan

What is this question means ??

Is This Answer Correct ?    3 Yes 1 No

In try catch blocks one is normal catch block and another is sqlcatchexception block..

Answer / uma

give me completed details then we can say answer,


any way i expecting that:-


if any sql expection is raised then it is catched sqlcatch
exception, other than sql exception is catched by normal
catch block

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

How to execute a stored procedure.and how to call it form a asp page

2 Answers  


Difference between datagrid and datareader?

1 Answers  


What is mvc in asp.net interview question? : Asp.Net MVC

0 Answers  


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

0 Answers  


What are early binding and late binding.

0 Answers  






If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?

1 Answers   CGI,


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

0 Answers   BirlaSoft,


What is the compiled object?

0 Answers   eXensys,


Create the Output by mearging 2 tables and taking common column sid from both you should not use database create table and data in it Randomly table 1 sid sname saddress 1 sa ampt 2 na hyd 3 ha hyd table 2 sid dno dname 1 12 stats 2 23 phy 3 12 stats OutPUt sid sname saddress did dname 1 sa ampt 12 stats 2 na hyd 23 phy 3 ha hyd 12 stats

1 Answers  


Explain the difference between asp.net mvc and asp.net webforms

0 Answers  


In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely

0 Answers   Quest,


What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError

1 Answers   Syntax Softtech,


Categories