G
Guest
Hi;
When I display reports, if it's a text file I need to have a .txt extension.
This got me thinking, what would seem most natural to users is if the url
ended up being something like:
http://www.domain.com/asp_name/create-report/ReportTitle.pdf
So anything under http://www.domain.com/asp_name/create-report/* goes to my
IHttpHandler class ReportCreate. I use the report title as the file name and
use the extension that matches the report type.
Is this a good way to do this? And if so, anything special I need to set up
in Web.Config to do this?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
When I display reports, if it's a text file I need to have a .txt extension.
This got me thinking, what would seem most natural to users is if the url
ended up being something like:
http://www.domain.com/asp_name/create-report/ReportTitle.pdf
So anything under http://www.domain.com/asp_name/create-report/* goes to my
IHttpHandler class ReportCreate. I use the report title as the file name and
use the extension that matches the report type.
Is this a good way to do this? And if so, anything special I need to set up
in Web.Config to do this?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm