how to set a outlook express for the linkbutton in gridview.When i clicked linkbutton to open outlook express for the current record.
Asked
Active
Viewed 532 times
0
-
2do you mean you want to perform a `mailto:` action off a page? so you click on the link and it opens a blank message? – Luke Duddridge Aug 19 '11 at 11:29
-
1Have a look: http://stackoverflow.com/questions/2804384/launching-email-on-linkbutton-click-event/2805051#2805051 otherwise change the LinkButton to a HyperLink and then set the NavigateUrl property to `mailto:`. – Tim Schmelter Aug 19 '11 at 11:36