Explain About Postback



Explain About Postback..

Answer / Anmol Kumar

{"C Sharp": [n {"subCategory": "Web Forms",n "details": "Postback in ASP.NET Web Forms is the process of submitting a web form and posting data back to the server, which triggers server-side processing and updates the page. When users interact with controls on an ASP.NET Web Form (e.g., clicking a button), the form gets posted back to the server.n }n]}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a verbatim string literal and why do we use it?

1 Answers  


What is escape sequence in c#?

1 Answers  


How do I do implement a trace?

1 Answers  


What is the compiler of c#?

1 Answers  


How do I join one form to another in c#?

1 Answers  


7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

2 Answers  


Can you change the value of a variable while debugging a C# application?

1 Answers   Siebel Systems, Wipro,


List down the access modifiers available in c#?

1 Answers  


What is hashmap in c#?

1 Answers  


What is the meaning of int parse in c#?

1 Answers  


Can you allow class to be inherited, but prevent the method from being over-ridden?

2 Answers   Mind Tree,


What is mvc pattern in c#?

1 Answers  


Categories