Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

send email from column gridview

Status
Not open for further replies.

dcampo

Programmer
Jun 13, 2006
71
0
0
EC
Hi everyone..

Sorry, I don't write english very well!!!


I have my gridview from Database Informix. I want so a column of gridview I can to send email (it depending if it found any value in the database).

I'm trying of use mailto: but not fuctionally!!

How ca i do it??


thanks
 
hi,

you are nearly there, you have to add another column in your gridview that contains a normal link. like this:

<a href='mailto:<%# Eval(Container.DataItem,"EMAIL_ID")%>'><%# Eval(Container.DataItem,"EMAIL_ID") %></a>



Known is handfull, Unknown is worldfull
 
welcome. did that work???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top