S
Steve Chatham
This ought to be simple, but I've not been able to figure out how to do
this.
I have a request to create a list from a sql database to be displayed in a
datagrid on an asp web page.
So far, so good.
What I now want to do is one of 2 things:
1. put a hyperlink at the bottom of the list, either in the footer or just
below it, saying "Click here to email Mr. X about opportunity pricing". and
what I'd want the hyperlink to do is create an email with the mailto (and a
cc and a subject already filled in.
An alternative:
2. add a column to the datagrid, that would have similar info in it, but in
this case, I'd like to grab the SKU number from the cell on that same row.
The email would come up to Mr X, a cc: to Mr. Y and the Subject would be
Opportunity Pricing - Item ABC" the next line would be similar, but it'd be
ITEM DEF or whatever.
Anyone have an idea as to how to do something that seems to be this simple?
Maybe I need some more caffeine....
Thanks,
SC
this.
I have a request to create a list from a sql database to be displayed in a
datagrid on an asp web page.
So far, so good.
What I now want to do is one of 2 things:
1. put a hyperlink at the bottom of the list, either in the footer or just
below it, saying "Click here to email Mr. X about opportunity pricing". and
what I'd want the hyperlink to do is create an email with the mailto (and a
cc and a subject already filled in.
An alternative:
2. add a column to the datagrid, that would have similar info in it, but in
this case, I'd like to grab the SKU number from the cell on that same row.
The email would come up to Mr X, a cc: to Mr. Y and the Subject would be
Opportunity Pricing - Item ABC" the next line would be similar, but it'd be
ITEM DEF or whatever.
Anyone have an idea as to how to do something that seems to be this simple?
Maybe I need some more caffeine....
Thanks,
SC