Differentiate globalization and localization.


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

Post New Answer

More ASP.NET Interview Questions

What?s a bubbled event?

1 Answers  


When do you set "<IDENTITY impersonate="true" />" ?

1 Answers  


difference between gridview,data list and repeater control

7 Answers   ABC, Olive Tech,


How to Insert a TextBox value in to Sql database using C# coding?

17 Answers   HCL, Sona, TCS,


What is the full meaning of asp.net?

0 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,


Is web config mandatory?

0 Answers  


what is roles in asp.net

2 Answers  


What is the purpose of the validation summary control? What do you need to do to prevent an error message from being displayed in a validator when a validation summary control is used? How can you display a message in both the validator and the validation summary control?

2 Answers  


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

2 Answers   HCL,


What is in a session cookie?

0 Answers  


explain store procedure and trigger

3 Answers  


Categories