|
Gönderici
|
<%=Server.HtmlDecode(ConfigurationManager.AppSettings("CompanyName")) %>
|
Adres
|
<%=Server.HtmlDecode(ConfigurationManager.AppSettings("CompanyAddress")) %>
|
Telefon
|
<%=Server.HtmlDecode(ConfigurationManager.AppSettings("CompanyTel"))%>
|
Web Adres
|
<%= ConfigurationManager.AppSettings("SiteUrl").ToString().Replace("http://","") %>
|
|
Alıcı
|
<%# Eval("Alıcı") %>
|
SN:
<%# Eval("SiparisKodu") %>
|
Adres
|
<%# Eval("AlıcıAdres") %>
/
<%# Eval("AlıcıIl")%>
|
Telefon
|
<%# Eval("AlıcıTelefon") %>
|
|