<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Page Language="C#" %>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">

<!-- #BeginTemplate "../_template/main.dwt" -->

<head>
<meta content="en-gb" http-equiv="Content-Language" />
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
<!-- #BeginEditable "doctitle" -->
<title>Title Editions</title>

<meta content="en-gb" http-equiv="Content-Language" />
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />



<!-- #EndEditable -->
<link href="../_style/main.css" rel="stylesheet" type="text/css" />
<style type="text/css">
</style>
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>

</head>

<body>

<div id="page_wrapper">
<div id="banner">
<!--
<div id="logo"-->
<blockquote class="logo_text">Red Guides</blockquote>
<!--</div>

<div id="Guide Title"-->
<blockquote class="title_text">WARD LOCK &amp; C<sup>o</sup>'S
<br />Illustrated Guide Books
<br /><span class="subtitle">for Collectors and Enthusiasts</span></blockquote>
<!--</div-->
</div>
<div id="middle_section">
<!--  menu section ************* -->
	<div id="menubar">
		<ul>
			<li><a href="../default.html">home </a></li>
			<li><a href="../page/aboutWL.html">about Ward Lock</a></li>
			<li><a href="../page/aboutRG.html">about red guides</a> </li>
			<li><a href="../page/titlesbyname.html">title list</a> </li>
			<li><a href="../page/titlesbyregion.html">titles by region</a> </li>
			<li><a href="../page/coversspines.html">covers &amp; spines</a> </li>
			<li><a href="../page/latereditions.html">later editions</a> </li>
			<li><a href="../page/samplemaps.html">sample maps</a> </li>
			<li><a href="../page/sampleadverts.html">sample adverts</a> </li>
			<li><a href="../page/samplepics.html">sample pictures</a> </li>
			<li><a href="../page/London.html">London guides</a> </li>
			<li><a href="../page/Londonrailways.html">London railways</a> </li>
			<li><a href="../page/collecting.html">collecting tips</a> </li>
			<li><a href="../page/seriesnotes.html">series notes</a> </li>
			<li><a href="../page/datingclues.html">dating clues</a> </li>
			<li><a href="../page/editions.aspx">editions by title</a> </li>
			<li><a href="../page/years.aspx">titles by year</a> </li>
			<li><a href="../page/weblinks.html">web links</a> </li>
			<li><a href="../page/findingguides.html">book sources</a> </li>
			<li><a href="../page/faq.html">f a q</a> </li>
			<li><a href="../page/aboutwebsite.html">about website</a> </li>
			<li><a href="../page/contact.html">contact us</a></li>
			<li class="pic_height">
			<a href="../_image/guidemaps/ScotlandTG%20c1952%20one%20page%20map.jpg" target="_blank" title="click on image to enlarge in new window">
			<img  src="../_image/guidemaps/ScotlandTG%20c1952%20one%20page%20map_small.jpg"  height="74" width="96" alt="Scotland one-page map c1952" class="no_border" /></a></li>
	<li>
		<!-- Place this tag where you want the +1 button to render -->
<g:plusone size="small" href="../_template/wardlockredguides.co.uk"></g:plusone>
		</li>
	</ul></div>
	
<div id="page_core">
<!-- #BeginEditable "body" -->

<h1>Titles and Editions, by Year (up to 1950's)</h1>
<p>Select title Title to show publication years and known edition number(s) for each year.</p>
<p>Please note: Not all edition numbers are known. Please
    <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/page/contact.html">contact us</asp:HyperLink>
&nbsp;with details of your edition numbers and their publication years so that we may add them to the table.</p>

 


<div id="editions_table">

<form id="form1" runat="server">
	<h4>Select Year to display known pre-1950's editions and their year(s) of publication.</h4>
	

	Year 
	of Publication: 
	<asp:DropDownList id="DropDownYears" runat="server" 
            DataSourceID="AccessDSYears" Height="23px" Width="120px" 
            DataTextField="Published" DataValueField="Published" AutoPostBack="True" 
            onselectedindexchanged="DropDownYears_SelectedIndexChanged" 
        ForeColor="Maroon">
	</asp:DropDownList>

   
	<asp:AccessDataSource id="AccessDSYears" runat="server" 
            DataFile="../db/WLRGeditions.accdb" 
            SelectCommand="SELECT [Published] FROM [YearPublished]">
	</asp:AccessDataSource>	


    
    <asp:AccessDataSource ID="AccessDSGrid" runat="server" 
        DataFile="../db/WLRGeditions.accdb" 
               
        SelectCommand="SELECT [Guide Title], [Published], [Edition] FROM [TitleEditions] WHERE ([Published] = ?)">
        <SelectParameters>
            <asp:ControlParameter ControlID="DropDownYears" Name="Published" 
                PropertyName="SelectedValue" Type="String" />
            
        </SelectParameters>
    </asp:AccessDataSource>
    <br />
    <br />
    <asp:GridView ID="GridViewEditions" runat="server" AutoGenerateColumns="False" 
        DataSourceID="AccessDSGrid" Visible="False" 
        CellPadding="1" ForeColor="Maroon" GridLines="None" 
        PageSize="18" Width="480px">
        <AlternatingRowStyle BackColor="White" />
        <Columns>
            <asp:BoundField DataField="Published" HeaderText="Published" 
                SortExpression="Published" >
				<HeaderStyle HorizontalAlign="Left" />
				<ItemStyle ForeColor="Maroon" />
			</asp:BoundField>
            <asp:BoundField DataField="Guide Title" HeaderText="Guide Title" SortExpression="Guide Title" 
                >
				<HeaderStyle HorizontalAlign="Left" />
				<ItemStyle ForeColor="Maroon" />
			</asp:BoundField>
            <asp:BoundField DataField="Edition" HeaderText="Edition" 
                SortExpression="Edition" >
				<HeaderStyle HorizontalAlign="Left" />
				<ItemStyle ForeColor="Maroon" />
			</asp:BoundField>
        </Columns>
        <FooterStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
        <HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
        <PagerStyle BackColor="#FFCC66" ForeColor="#333333" HorizontalAlign="Center" />
        <RowStyle BackColor="#FFFBD6" ForeColor="#333333" />
        <SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" />
        <SortedAscendingCellStyle BackColor="#FDF5AC" />
        <SortedAscendingHeaderStyle BackColor="#4D0000" />
        <SortedDescendingCellStyle BackColor="#FCF6C0" />
        <SortedDescendingHeaderStyle BackColor="#820000" />

<SortedAscendingCellStyle BackColor="#FDF5AC"></SortedAscendingCellStyle>

<SortedAscendingHeaderStyle BackColor="#4D0000"></SortedAscendingHeaderStyle>

<SortedDescendingCellStyle BackColor="#FCF6C0"></SortedDescendingCellStyle>

<SortedDescendingHeaderStyle BackColor="#820000"></SortedDescendingHeaderStyle>
    </asp:GridView>
    
</form></div>
<script runat="server">

    protected void DropDownYears_SelectedIndexChanged(object sender, EventArgs e)
    {
        GridViewEditions.Visible = true;
    }

   // protected void DropDownEditions_SelectedIndexChanged(object sender, EventArgs e)
   // {

   // }
</script>


<!-- #EndEditable -->
</div>
	
</div>
<!-- end middle section -->
	<br />
	<div id="footer">
		<div id="ftrtabs">
			<p><a href="../default.htm">home
			</a>| <a href="../page/aboutWL.html">about Ward Lock</a>|
			<a href="../page/aboutRG.html">about red guides</a>|
			<a href="../page/titlesbyname.html">titles by name</a>|
			<a href="../page/titlesbyregion.html">titles by region</a>|
			
			<a href="../page/coversspines.html">covers &amp; spines</a>|
			<a href="../page/samplemaps.html">sample maps</a>|
			<a href="../page/sampleadverts.html">sample adverts</a>|
			<a href="../page/samplepics.html">sample pictures</a>|
			<a href="../page/London.html">London</a>|
			<a href="../page/Londonrailways.html">London railways</a>|
			<a href="../page/collecting.html">collecting tips</a>|
			<a href="../page/seriesnotes.html">series notes</a>|
			<a href="../page/datingclues.html">dating clues</a>|
			<a href="../page/editions.aspx">editions</a>|
			<a href="../page/years.aspx">by years</a>|
			<a href="../page/about.html">web links</a>|
			<a href="../page/findingguides.html">book sources</a>|
			<a href="../page/faq.html">f a q</a>|
			<a href="../page/aboutwebsite.html">about website</a>|
			<a href="../page/contact.html">contact us</a></p>
		</div>
		<div id="copyright" class="copyright">
			Copyright © 2008-19
			<a href="http://www.runela.co.uk/" target="_blank">Runela</a><br />All Rights 
			Reserved.
		</div>
		
	</div>


</div id="page_wrapper">

<!-- ****** Google Analytics script  **********  -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4152765-5");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<!-- end of Google Analytics script  **********  -->
</body>

<!-- #EndTemplate -->

</html>
