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
After clickon print button from gridview
Nov 13 2018 1:24 AM
After submit the product details from customer page . the data will save in the database and it will display in gridview. That part i have done. from the gridview there is a print button. but before that Product details invoice i have made in design format. now the problem is once i will clcik in print ption the invoice page will pop up according all the date and the invoice page data will display dynamically.
Now i want onclick from print button i will pass the id then from code part i will make i dynamaically.
Could any one please send me the code and html code also. so i can fix it quickly.
<asp:LinkButton ID="lnkprint" data-toggle="tooltip" data-placement="bottom" title="Print" OnClick="lnkprint_Click" Target="_blank"
OnClientClick="javascript:return openwindows(2);"
CssClass="glyphicon glyphicon-print" runat="server"></asp:LinkButton>
Reply
Answers (
1
)
Pass Dynamic data to View
Need Source for Understanding State Management in WEBAPI