Ebay集成并获取卖家商品中的观看次数 [英] Ebay Integration and getting number of views in seller items

查看:60
本文介绍了Ebay集成并获取卖家商品中的观看次数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须将ebay与我的asp.net应用程序集成。这可以使用ebay .net SDK完成。问题是我如何获得iam发布的项目的视图数量。请帮助!!

I have to integrate ebay with my asp.net application.This can be done using ebay .net SDK.Question is how can i get the number of views of items that iam posted.Please help!!

推荐答案

使用



use

Application.Lock();
Application["NoOfVisitors"] = (int)Application["NoOfVisitors"] + 1;
Application.UnLock();




Global.asax页面中的



in Global.asax page


这篇关于Ebay集成并获取卖家商品中的观看次数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆