TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Debasis Mohapatra
NA
381
56.3k
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
Reply
Answers (
1
)
How to Split single column value in to multiple using mysql
Dynamically add/delete rows in child row of parent row