When to use GET and when POST. I want to hide my query string on code like :
protected void LinkButton1_Click(object sender, EventArgs e)
{
Response.Redirect("~/Page1.aspx?mode=Create");
}
I don't want to show Create word in query string . What i have to do. And how to implement the Post/Redirect/Get pattern .Please send me code for this if possible. Thanks for reading. please help I m too confuse