<%
if request("id") <> "" then
set rs = baglan.execute("SELECT BASLIK,ACIKLAMA,ID FROM DOWNLOAD where ID="&int(request("id")))
if not rs.eof then
baslik=rs("BASLIK")
aciklama = left(rs("aciklama"),130)
else
end if
end if
%>

Şu kodu;

<%
if request("id") <> "" then
set rs = baglan.execute("SELECT BASLIK,ACIKLAMA,ID FROM DOWNLOAD where ID="&int(request("id")))
if not rs.eof then
baslik=rs("BASLIK")
aciklama = left(rs("aciklama"),130)
aciklama = Replace(aciklama, "&uuml;", "ü")
else
end if
end if
%>

Bununla değiştirin.