Hello everyone,
from gridview i have print buttom. when i am clicking the pint buttom the data should get the data from database and display the data .
the code is here in html design
<asp:LinkButton ID="lnkprint" data-toggle="tooltip" data-placement="bottom" title="Print" OnClick="lnkprint_Click" Target="_blank"
OnClientClick="javascript:return openwindows(id);"
CssClass="glyphicon glyphicon-print" runat="server"></asp:LinkButton>
OnClientClick="javascript:return openwindows(id);" in here how to pass the id