/
Português
Selecione
Deutsch
Français
Nederlands
English
Português
Pусский язык
Suomi
Svenska
CN
JP
Instrumentos industriais
Medição Climática
Serviços
Notícias e Imprensa /
Investidores /
Grupo Vaisala /
Carreiras /
Contatos /
Mapa do site
Stock exchange releases 2004
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="hugin.aspx.cs" Inherits="hugin" %>
<% // Get URL for details string ulrToGet = Request.QueryString["url"] ?? String.Empty; if (String.IsNullOrEmpty(ulrToGet)) { // Show list of news Response.Write(ListData("2004", "/newsandmedia/stockexchangereleases/3193.html", @"C:\huginfeed\list.xsl")); } else { // Show details Response.Write(ShowDetails(ulrToGet, @"C:\huginfeed\details.xsl")); } %>