blah blah blah is here! blah blah » Close

1
votes
1 answers

IsPostBack VS IsCrossPagePostBack

sanjib
226

What is the difference between IsPostBack and IsCrossPagePostBack? When these properties of Page object are used and what happened?

2
votes
3 answers

What is View state?

I want to understand View state conception in ASP.NET. Is it by any chance related to the stateless condition of Internet?

Feedback