Search Result

Collapse
2 results in 0.0038 seconds.
Keywords
Members
Tags
print gridview
  •  

  • dha lak
    started a topic print datagrid in asp.net

    print datagrid in asp.net

    Hi,

    I am using a hierarchical data in a web form with 4 nested levels.

    I have created a nested GridView. It displays well. But, now i need to print this GridView. I tried this code
    Code:
      <script type="text/javascript" language="javascript">
          function CallPrint(strid) {
              var prtContent = document.getElementById(strid);
              var WinPrint = window.open('',
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 5 '11, 07:24 PM. Reason: Added code tags and fixed the spelling of the word "Please".

  • krunalkakadia
    started a topic how can i print gridview records?
    in .NET

    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
    See more | Go to post
Working...