English 中文(简体)
图像称为ASP公用事业。 我怎么做,没有在伙伴关系中的形象。 NET(C#)
原标题:An image calls an ASP utility. How do I do that without image in ASP.NET (C#)
  • 时间:2011-10-31 15:13:35
  •  标签:
  • c#
  • asp.net

I have a store (C#) that calls our "back office(ASP classic)" via a one-pixel image with some parameters to record a sale. It looks like this:

<asp:Image ID="BOImageLink" runat="server" ImageUrl="https://backoffice.mysite.com/Import.asp?TicketType=Import"></asp:Image> 

仓库的编码背后对《图像》的其他参数作了必要的修改。

每天约有一度有人通过这个系统,而没有引发图像标签链接。 我的任务是,从我们的银行——协会——那里向该书发出呼吁。 NET C#代码没有使用图像标签,我不知道如何这样做。 所有帮助都得到了赞赏,因此,我知道我是新的。 该网络翻了一番。

最佳回答
问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签