What is Difference between Callbacks and Postback in ASP.NET?

Answers were Sorted based on User's Feedback



What is Difference between Callbacks and Postback in ASP.NET?..

Answer / yhanng

The callBack and Postback is same.

Is This Answer Correct ?    5 Yes 83 No

Post New Answer

More ASP.NET Interview Questions

can we pass coditions in swtich case?

3 Answers  


What is server infrastructure?

0 Answers  


What is dataset and uses of dataset ?

6 Answers   HCL, TCS,


Explain the use of duration attribute of @outputcache page directive.

0 Answers  


I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?

1 Answers   Microsoft, Satyam, Wipro,






We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.

1 Answers   ADITI,


Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?

1 Answers  


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


In Crystal Report Refresh Button is not working. when I click on it it givesh error like "missing parameter values " I have used propery of Crystal Viewer like ReuseParameterValuesOnRefresh="True" but this also not working. Plz give me any solution.

1 Answers  


What is the purpose of session management?

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,


What is the significance of attaching a profile while creating a user?

0 Answers   MCN Solutions,


Categories