J
James
Hello,
I am new to ASP and two questions (sorry about asking two at once)
1, I have a access database and one of the fields is a combo box linked to
another table, its bound field is a number, there is a description for that
number in the other table. In Access I can hide the first colomb and display
the second, so it shows the text. How do I do that in ASP as I have tried
everything but it just shows the number?
2. I have a list of people in Grid View, one of the fields shown is Email
address. How do I make that field a hyperlink to a email address? I can make
it a hyperlink but it thinks it is a webpage. Basicaly so someone can click
on it and it will start an email, so something like hyperlink = "mailto:" &
or thats how I would do it in VB.
Many thanks for your help in advance
James
I am new to ASP and two questions (sorry about asking two at once)
1, I have a access database and one of the fields is a combo box linked to
another table, its bound field is a number, there is a description for that
number in the other table. In Access I can hide the first colomb and display
the second, so it shows the text. How do I do that in ASP as I have tried
everything but it just shows the number?
2. I have a list of people in Grid View, one of the fields shown is Email
address. How do I make that field a hyperlink to a email address? I can make
it a hyperlink but it thinks it is a webpage. Basicaly so someone can click
on it and it will start an email, so something like hyperlink = "mailto:" &
or thats how I would do it in VB.
Many thanks for your help in advance
James