后台如何获取前台”>里的id值如图:后台这样写不对,要怎么才能获得?
你的写法在product-more.aspx获取是没有问题的如果你要在当前页面后台获取,那么你可以这样:
<a id="abc" runate="server" href="" />
string id=abc.value;
你要在当前页面获取还是 product-more.aspx页面获取?