What is PostBack in ASP.NET

What is PostBack in ASP.NET

Postback in simple terms is self referal of the page. In earlier version of ASP, the form would ‘POST’ values to another page for validation or some process using the post method.
But in ASP.NET, the page which accepts the values through its form would be responsible for validating/processing the values.
More @ http://www.codersource.net/asp_net_post_back.html

See how you would solve these known algorithm problems

Find the first occurence of number in the sorted array

Find longest palindrom from sequence of characters

Kadane’s algorithm in C – Dynamic Programming

Changing decimal number to its binary equivalent

Find K Complementary numbers from array Java implementation

Check if there are three numbers a, b, c giving a total T from array A

testing k complementary pairs algorithm with junit

Implement Queue Using two Stacks – JavaScript algorithm

Finding missing numbers from billion sequential number list file

Flatten nested javascript array

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*