By tag: CrossPagePostback
0
kicks
Cross Page PostBack
In web development, many times we come across following situation
We need to redirect to new page, but we also need some data which belongs to previous page, we might need to display the data on new page. So what things we normally do are,
eighter keep the data in session, or in hidden variable,...