Re: Web Page Generator



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






.



Relevant Pages

  • Re: Web Page Generator
    ... for example the city name. ... I have a database in SQL2005 with one ... can pull that variable out of the URL and fill the labels? ... DEM Networks - Senior Systems Architect ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How should I store city, state values for addresses, please help.
    ... > advices on how should I store fields like city, ... > fields and having extra one table for cities ... > property records from the database to my new database. ... > in use in the property records of the old database. ...
    (microsoft.public.sqlserver.programming)
  • Re: Query Question
    ... OR you could put each city in the table and associate the city with a ... Then you could use the RegionName field to extract the cities in a region. ... > I have a database of Texas companies with a lot of different information. ... > I'm trying to run a query pulling information from just Dallas & surrounding ...
    (microsoft.public.access.queries)
  • Re: How should I store city, state values for addresses, please help.
    ... >> advices on how should I store fields like city, ... >> property records from the database to my new database. ... >> say I create the cities table in my new database and having a city ...
    (microsoft.public.sqlserver.programming)
  • How should I store city, state values for addresses, please help.
    ... advices on how should I store fields like city, ... property records from the database to my new database. ... So if the cities ... in use in the property records of the old database. ...
    (microsoft.public.sqlserver.programming)