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

Flatten nested javascript array

Find the first occurence of number in the sorted array

String Ordered Permutation Algorithm Problem

Implementing tokenizer and adding tokens to the linked list

find longest word in the sentence

testing k complementary pairs algorithm with junit

Implement Queue Using two Stacks – JavaScript algorithm

Check if two strings are anagrams or not

Finding missing numbers from billion sequential number list file

Kadane’s algorithm in C – Dynamic Programming

Leave a Reply

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

*
*