What is postback in asp net?


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

Post New Answer

More ASP.NET Interview Questions

extensibility in asp.net2.0

0 Answers  


How many types of sessions are there?

2 Answers  


If I m using Session State Partioning where I have partitioned my session into 4 servers then how can I know that my session will be stored on which server?

1 Answers  


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


What does mvc represent in asp.net? : asp.net mvc

0 Answers  






What is the application pool?

0 Answers  


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

0 Answers  


How u refer webservices?

0 Answers   Microsoft,


Which control would you use if you needed to make sure the values in two different controls matched?

2 Answers  


What are the different types of validation controls in asp.net?

0 Answers  


What is the difference between debug and release?

0 Answers  


What do you mean by query string?

0 Answers  


Categories