Ask a Question related to ASP.NET General, Design and Development.
-
Paresh #1
print asp:datagrid with local formatting
Hi
I need to Print asp:datagrid with formatting, which will
avoid my writing of crystal reports and can directly
print with click of a button.
I do not just want to print the current page, I want to
print all the pages in that datagrid, as I have used
paging in the datagrid (there is an underlying datatable
which holds the data).
any kind of information is appreciated
Thanks
Paresh.
Paresh Guest
-
Datagrid Formatting
I am trying to find out if it is possible to format a datagrid to display results in teh following manner; Job: 5453 South Ridge Lane ... -
Formatting String in Datagrid
Hi guys, does anyone know how to format strings this way:- i have 1 column(unit_num) in my Datagrid which displays eg. "01-123" i have to... -
Datagrid column formatting
Is it possible to set the column widths of a datagrid? This is driving me crazy, and I haven't found a solution yet. I'm pretty new to ASP.NET so... -
Formatting a datagrid
Hi, I am working on my first web app that uses a datagrid. I can't seem to find good examples of formatting the grid the way you can in a Windows... -
Print asp:datagrid with formatting
Hi I need to Print asp:datagrid with formatting, which will avoid my writing of crystal reports and can directly print with click of a button. ... -
S. Justin Gengo #2
Re: print asp:datagrid with local formatting
Paresh,
Just give the user a button to go to a page formatted for printing.
On that page give them the same datagrid with paging turned off.
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Paresh" <pareshfozdar@hotmail.com> wrote in message
news:0fcc01c360e7$69433570$a501280a@phx.gbl...> Hi
> I need to Print asp:datagrid with formatting, which will
> avoid my writing of crystal reports and can directly
> print with click of a button.
>
> I do not just want to print the current page, I want to
> print all the pages in that datagrid, as I have used
> paging in the datagrid (there is an underlying datatable
> which holds the data).
>
>
> any kind of information is appreciated
>
> Thanks
> Paresh.
>
S. Justin Gengo Guest



Reply With Quote

