Click here to Skip to main content
15,897,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i have problem in my gridview. i have column in gridview and there are link buttons say print in each row of gridview. now my problem is that when i click on this link button i want to print my that row's record.

how can i do this?

any idea or code then please help me.

thanks in advance.

regards,
krunal1986
Posted

1 solution

You can track click event of link button and fetch entire row.

Then according to your field you can arrange data and print out it at any time or store it for later use.

Find following links useful for the same.
http://forums.asp.net/t/1016380.aspx[^]
http://csharpdotnetfreak.blogspot.com/2009/04/linkbutton-gridview-querystring.html[^]


HTH
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900