How can I get parameter in ChildForumPage.aspx page?
e.Row.Attributes.Add("onclick", "location='ChildForumPage.aspx?id=" + e.Row.Cells[0].Text + "'");
Response.Redirect and Request.QueryString don't work in this case.
How can I get parameter in ChildForumPage.aspx page?
e.Row.Attributes.Add("onclick", "location='ChildForumPage.aspx?id=" + e.Row.Cells[0].Text + "'");
Response.Redirect and Request.QueryString don't work in this case.