I am having this button in a gridview_MessageTable
<asp:ImageButton ID="imgbtn_ViewDashBoard" ImageUrl="Styles/Images/dash.png" Enabled="True"
Width="50" runat="server" PostBackUrl='<%# Eval("MsgID", "ResponseMetric.aspx?MsgID={0}") %>'
Text='Send'></asp:ImageButton>
On click it postback with the selected value.
How can I store that value in a session or a hidden field in server side.
You should be able to retrieve the value in
ResponseMetric.aspxin the following way: