GridView中有一列,记录着邮箱地址,如何可以做到点击某个邮箱地址,就可以打开outlook express的那种效果?谢谢!
------解决方案--------------------------------------------------------
<a href= "mailto:dreamdu@163.com ">
------解决方案--------------------------------------------------------
是的 比如邮箱地址是strMail=a@a.com
那么这行的cell.text= " <a href= 'mailto: "+strMail+ " '> "
就行了
------解决方案--------------------------------------------------------
超级连接的地址写为: mailto:dreamdu@163.com的形式就好了~