vb.net class that will wrap a client side script (javascript)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • einnor91
    New Member
    • Oct 2007
    • 3

    vb.net class that will wrap a client side script (javascript)

    Hi Chosen people,
    Im developing a download to excel functionality for asp.net. I have grid/dataset.
    I want to create program that will download to excel the entries of the grid or dataset.
    As of now, I have a javascript-client side that does the thing. But the problem there is if the Allowpaging of datagrid is True. Then my code only gets the data that are shown in the html.
    I would want to create a class that will hold the dataset and pass them to the client side for printing.
    It this possible?
    Please help me.


    Ron
Working...