Hi
I am displaying data in Gridview using pivot query in Sql
<asp:GridView ID="grdPData" class="table table-bordered runat="server" AutoGenerateColumns="true"> </asp:GridView>
Data is displayed like below
Location Omega Radi Swatch Tissot
Delhi 4 6
Bombay 1 2
Pune 3 4 1
Chandigarh 2 5
I want if user Clicks on 4 in Pune I want to store value Pune & Swatch in a variable. Can this be done
Thanks