<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% set rsAuctions = Server.CreateObject("ADODB.Recordset") rsAuctions.ActiveConnection = MM_connWhytesArchives_STRING rsAuctions.Source = "SELECT * FROM ArchiveDates WHERE Current = 'Current' ORDER BY Auction DESC" rsAuctions.CursorType = 0 rsAuctions.CursorLocation = 2 rsAuctions.LockType = 3 rsAuctions.Open() rsAuctions_numRows = 0 %> <% Dim rsCurrentAuction__MMColParam rsCurrentAuction__MMColParam = "Current" If (Request("MM_EmptyValue") <> "") Then rsCurrentAuction__MMColParam = Request("MM_EmptyValue") End If %> <% Dim rsCurrentAuction Dim rsCurrentAuction_numRows Set rsCurrentAuction = Server.CreateObject("ADODB.Recordset") rsCurrentAuction.ActiveConnection = MM_connWhytesArchives_STRING rsCurrentAuction.Source = "SELECT * FROM ArchiveDates WHERE Current = '" + Replace(rsCurrentAuction__MMColParam, "'", "''") + "'" rsCurrentAuction.CursorType = 0 rsCurrentAuction.CursorLocation = 2 rsCurrentAuction.LockType = 1 rsCurrentAuction.Open() rsCurrentAuction_numRows = 0 %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Irish Art Auctions Whytes Irish Art Auctioneers
 
Selling Irish Art
Bidding for Irish Art
Irish Art Publications
Irish Art Links
About Whyte's Irish Art Auctions
Irish Art Auctioneers and Valuers
Home of Irish Art Auctions Biographies of Irish Artists Irish Art Events Diary Irish Art Auctions Archives Advanced Search of our Irish Art Archives
 

 

   
     
 
A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W

Please note that this is not intended to be a comprehensive listing of Irish artists - rather, it is a work in progress, with additions and updates frequently made. A good deal of the information has come from two particularly useful reference works:

  • Theo Snoddy, Dictionary of Irish Artists: 20th Century, Merlin Publishing, Dublin, 2002 (second, revised edition), and
  • Walter Strickland, A Dictionary of Irish Artists, Irish University Press, 1969 (2 volumes, facsimile reprint of the original 1913 edition).

Further information is available on many of the artists listed below, and Whyte's welcome any comments and/or corrections from readers. For a list of abbreviations used, please click here.

A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W
   

 


 
     
38 Molesworth Street, Dublin 2, Ireland Tel: +353 (0)1 676 2888 Fax:+353 (0)1 676 2880 info@whytes.ie
 
<% rsAuctions.Close() %> <% rsCurrentAuction.Close() Set rsCurrentAuction = Nothing %>