What does postback mean?


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

Post New Answer

More ASP.NET Interview Questions

What is strong-typing versus weak-typing?

0 Answers  


Define static function?

0 Answers  


What are Sticky Sessions?

2 Answers   Infosys,


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 it possible for me to change my aspx file extension to some other name?

0 Answers  






What is the size of Get method and how much data it can store?

0 Answers   HCL,


Difference between Array and ArrayList? How Array is benifitful than ArrayList?

3 Answers   Tech Mahindra,


What are the different modes for the sessionstates in the web.config file?

2 Answers  


What event handlers can I include in Global.asax ?

1 Answers  


What's the ASP.Net Application life cycle?

0 Answers   Wipro,


What is a Metadata?

3 Answers  


what is dumpbin.exe?

1 Answers  


Categories