I have an ASPX page and a vb codebehind file that takes as input a passed
web datagrid as input. My page has a CrystalReportsViewer on it. My page
produces a PDF report of the DataGrid that was passed.
I want to package this functionality into a component so that a programmer
can simply drop my control onto an aspx page, enter the name of a datagrid
on that page to enable print functionality for that grid.
Going through some books on creating components and controls I haven't seen
an example of components that produce web pages as does my program.
What is the best component template to use for this kind of thing?
Thanks,
Gary
|