Re: Web Page Generator
- From: "Luke Davis" <luke@xxxxxxxxxxxx>
- Date: Thu, 23 Aug 2007 15:45:57 -0700
That seems to only work with forms. Is it at all possible to make a certain
piece of text give that value. i.e.
First page we'll call "cities.aspx"
it is a simple list like this:
CALIFORNIA
============
Sacramento
San Fransisco
Monterey
Los Angeles
each of the cities would be links to the same page that we'll call
template.aspx
and if you click Sacramento it'll send
http://domain/template.aspx?city=Sacremento
and finally, can this still be done by drawing the city names from a
database?
Thanks
"Tom Libby" <tlibby@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OYPUxRd5HHA.980@xxxxxxxxxxxxxxxxxxxxxxx
Look at Request.QueryString
Tom
"Luke Davis" <luke@xxxxxxxxxxxx> wrote in message
news:%23h$cs8c5HHA.3400@xxxxxxxxxxxxxxxxxxxxxxx
I have a custom template in Visual Web Developer that has the same basic
information but a specific set of words need to be changed out, they are
labels, for example the city name. I have a database in SQL2005 with one
column of all the cities that need their own web page. Is there already
a free tool or guide to making an app that will systematically go down
that list and generate a .aspx page for every row (city name) and deposit
it into a folder?
Or what I was going to do, was load variables into the URL, I know PHP
this can be done, but I'm new to ASP .NET, can I make the first page with
a list of cities, based off the sql database, that when clicked they will
all go to the same page and add that variable in the URL, then the page
can pull that variable out of the URL and fill the labels? I need it
to be in the URL so I get SEO credit for having different links.
Thanks
--
Luke Davis, MCSE: Security
DEM Networks - Senior Systems Architect
7225 N First, Suite 105
Fresno, CA 93720
Office: 1 (559) 439-1000
Fax: 1 (866) 640-2041
www.demnetworks.com
.
- Follow-Ups:
- Re: Web Page Generator
- From: Smithers
- Re: Web Page Generator
- References:
- Web Page Generator
- From: Luke Davis
- Re: Web Page Generator
- From: Tom Libby
- Web Page Generator
- Prev by Date: Re: Web Page Generator
- Next by Date: Re: Can't debug windows service.
- Previous by thread: Re: Web Page Generator
- Next by thread: Re: Web Page Generator
- Index(es):
Relevant Pages
|