•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 361,908 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,510 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 5463 | Replies: 2
![]() |
Ok guys, here is what the problem is.
I have a column "reference number", now I want to make a column for "email" and depending what value is in the ref. No cell, the email will change accordingly, here is an example.
If the reference number is "THVP" then I want the email cell on the same row to be zorba@hotmail.com and if the reference number is "SHVP" then I want the email cell on the same row to be slade@hotmail.com can anybody help me out here? Please?
Any help would be tremendously appreciated.
I have a column "reference number", now I want to make a column for "email" and depending what value is in the ref. No cell, the email will change accordingly, here is an example.
If the reference number is "THVP" then I want the email cell on the same row to be zorba@hotmail.com and if the reference number is "SHVP" then I want the email cell on the same row to be slade@hotmail.com can anybody help me out here? Please?
Any help would be tremendously appreciated.
Formerly known as Slade.
hey don't worry about it, I did it myself (I got lazy too), What I did was instead of worrying about that, I worried about the actual e-mail link in the datagrid even working. So I created another column in my database table called "Email" and manually entered the e-mails in according to ref. No. then for the e-mail column in the datagrid I used this code.
Inquire/Apply
Formerly known as Slade.
my bad, I used this code
<asp:TemplateColumn SortExpression="Email" HeaderText="E-mail"> <HeaderStyle Width="12%"></HeaderStyle> <ItemTemplate> <asp:HyperLink id=lnkEmail runat="server" NavigateUrl='<%# "<A href="mailto:"&">mailto:"& DataBinder.Eval(Container.DataItem,"Email") %>'>Inquire/Apply</asp:HyperLink> </ItemTemplate> </asp:TemplateColumn>
Formerly known as Slade.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
.net .net framework 3.0 access ajax asp code collaboration tools combo custom daniweb data developer development dom dropdownlist emai security feed gmail mail mail client malware microsoft module msdn net news office outlook pop qmail reader reuse server skin smtp software sql storage theme vista weather web windows workflow xml xoap
- Sending HTML email via PHP mail function (PHP)
- how to resize datagrid (VB.NET)
- datagrid (VB.NET)
- form to get e-mail and name --- for newsletter (HTML and CSS)
- Displaying datagrid on second form (VB.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Identification of Web Forms
- Next Thread: Newbie Needs Help with this ASPX


Linear Mode