Debasis Mohapatra

Debasis Mohapatra

  • NA
  • 381
  • 53.6k

In grid vie i have print buttom after click on the print but

Nov 15 2018 1:14 AM
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

Answers (1)