English 中文(简体)
• 如何在Asp.net使用c#的面板(上载显示图像)中形成ed子。
原标题:How to create edit thumbnail feature as in facebook(while uploading display image) in Asp.net using c#?

我想高载一个图像,并想展示特定规模的幽灵中的一部分图像。 我想对th子进行定制。

问题回答

我认为,这是一种组合式的“ASPX”网页,有些“Query plugin”如“形象作物”(http://www.webresourcesdepot.com/jquery-image-crop-plugin-jcrop/)和一位手勒,他们接受使用“AJAX”电话对图像所作的改动。

I think it would be pretty easy as long as the jQuery plugin supports the right events. Jcrop supports an onChange event, which you could use to send certain coordinates to a handler.

Edit: Someone have made this and written about it:

PS。 不能肯定 down。 它是一个新用户,但StackOverflow没有为大多数情况提供完整的解决办法,而是只是寻找解决办法的捷径和点子。





相关问题
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!

热门标签