how can i print gridview records?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krunalkakadia
    New Member
    • Jul 2010
    • 1

    how can i print gridview records?

    hi all,

    i have my print linkbutton in gridview column.when i click on it i need to print the selected record.

    how can i print selected gridview records?is there any code for the same then give me.

    thank you in advance.
    kk
  • veenna
    New Member
    • Dec 2007
    • 65

    #2
    hi,

    On click of link button pass the selected record id to a new page. from there on button click you can use window.print() (javascript) for printing it.

    Regards,
    veena

    Comment

    Working...