PDA

Click to See Complete Forum and Search --> : Who know ASP ?


efrat
Feb 2nd, 2001, 07:42 AM
Hi All
Does anyone know ASP good?

Please helpme
Thanks

efr@rocketmail.com

Efrat

(Tom is ...sleeping)

da_silvy
Feb 2nd, 2001, 07:45 AM
I know enough about ASP, what were you wanting to know?

Feb 2nd, 2001, 08:03 AM
What can i do for u ..?

Regards,
:o Mac :)

Clunietp
Feb 2nd, 2001, 09:41 AM
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz :)

da_silvy
Feb 12th, 2001, 04:49 AM
no replies yet i see


jeez it's slower to load with all the pictures

BigBoy
Feb 13th, 2001, 04:27 AM
Sure? Why?

Jerry Grant
Feb 13th, 2001, 05:02 AM
The idea of this forum is so we share knowledge, not look for personal tutors!

Post your questions and we will answer them H E R E :cool:

efrat
Feb 13th, 2001, 07:05 AM
Hi
My Q:"THE Field NickName need to be a link just for the show
and the field Life need to be ComboBox

Thanks
Efrat
Look attach

Jerry Grant
Feb 13th, 2001, 07:54 AM
Please clarify!
Your code looks like you are populating a table with data from your database, and the first column is required to be used as a link? if so then the following line should be changed:

objrs("Flow_Name") & "</td><td>" & _
' TO
"<a href=" & objrs("Flow_Name") & ">" & objrs("Flow_Name") & "<a></td><td>" & _


Secondly, you want the Life column to be a combo box? This would mean removing it from the table, otherwise the table cells for that column would each have a combo with one item each? (Using a <SELECT>)
You need to rephrase your Q so I can understand your requirement. :cool:

da_silvy
Feb 15th, 2001, 02:17 PM
the field nickname need to be a LINK Just for the show??
i don't get this?