Saturday 21 December 2013

IsPostBack


Q:How can we Identify that the page is Post Back :-

Page object has an "Ispostback" property, which can be checked to know that is the page posted back.

Q:What is a Post Back:-
The Process in which a web page sends Data Back to the same page on the server.

C# program Selection Sorting

Selection sort is a straightforward sorting algorithm. This algorithm search for the smallest number in the elements array and then swap i...