Home All Groups Group Topic Archive Search About
Author
25 Nov 2005 8:46 AM
Wayne Wengert
I am using Visual Web Developer 2005 (VB) and have a Gridview bound to a SQL
view which includes a field with an email address. I'd like to make that
field a "mailto:" type link to allow the user to click on it and open a new
email to that address. Can anyone point me to some information on how to
accomplish this?

TIA

Wayme

Author
26 Nov 2005 1:41 AM
Christopher Reed
Look into TemplateColumns for the GridView under the MSDN documentation.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

Show quoteHide quote
"Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message
news:%23GFJKzZ8FHA.3416@TK2MSFTNGP15.phx.gbl...
>I am using Visual Web Developer 2005 (VB) and have a Gridview bound to a
>SQL view which includes a field with an email address. I'd like to make
>that field a "mailto:" type link to allow the user to click on it and open
>a new email to that address. Can anyone point me to some information on how
>to accomplish this?
>
> TIA
>
> Wayme
>
Author
26 Nov 2005 9:58 AM
Wayne Wengert
Christopher;

Thanks for the pointer. That explained what I needed.

Wayne

Show quoteHide quote
"Christopher Reed" <carttu@nospam.nospam> wrote in message
news:uhos2pi8FHA.740@TK2MSFTNGP11.phx.gbl...
> Look into TemplateColumns for the GridView under the MSDN documentation.
> --
> Christopher A. Reed
> "The oxen are slow, but the earth is patient."
>
> "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message
> news:%23GFJKzZ8FHA.3416@TK2MSFTNGP15.phx.gbl...
>>I am using Visual Web Developer 2005 (VB) and have a Gridview bound to a
>>SQL view which includes a field with an email address. I'd like to make
>>that field a "mailto:" type link to allow the user to click on it and open
>>a new email to that address. Can anyone point me to some information on
>>how to accomplish this?
>>
>> TIA
>>
>> Wayme
>>
>
>