A
Andre
Hi,
I need a little advice with this ;
I retreive some data from a database, and i want to create an output
with a link, logo image, title etc..
But i want to change the data before displaying it..
Ex : if the data is "IN" i want to dipslay "Internet" and make a link to
"internet.aspx" with the appropriate logo.
so i use this method.
while myreader.read()
if myreader.getstring(0) = "IN" then
response.write ("<td>Internet.......
.....
end if
end while
But with this method i can't display the table at the exact place i want
on the page. Can i make a table before and shoot the value in it, or use a
datagrid and shot my modified value in it ?
It's probably easy for a lot of people, but i can't find the way ))
Thank you.
I need a little advice with this ;
I retreive some data from a database, and i want to create an output
with a link, logo image, title etc..
But i want to change the data before displaying it..
Ex : if the data is "IN" i want to dipslay "Internet" and make a link to
"internet.aspx" with the appropriate logo.
so i use this method.
while myreader.read()
if myreader.getstring(0) = "IN" then
response.write ("<td>Internet.......
.....
end if
end while
But with this method i can't display the table at the exact place i want
on the page. Can i make a table before and shoot the value in it, or use a
datagrid and shot my modified value in it ?
It's probably easy for a lot of people, but i can't find the way ))
Thank you.