English 中文(简体)
甲型六氯环己烷控制中选定项目的展示工具
原标题:Show tooltip for the selected items in CheckBoxList control

由于空间限制,我无法从检查箱控制中看到70个项目中的不止一个检查箱子。 我应便利用户从检查箱控制中挑选多个物品。 因此, 我想向用户展示工具包,使其了解他选择的所有项目。 之后,只有用户可以点击插入纽顿,以插入数据库。 我怎么能做。 我是否还需要使用 Java语? 任何建议

问题回答

You can (and should) do this completely client-side with javascript.

你们想要展示这一工具在哪里? 工具提要通常由<代码><> > 属性管理。 每一条<条码>交换 发送至<条码><投入类型=“check Box”> s和修改<条码><> 各项要素的属性,请根据选择显示该工具。

Remember

See a brief example in this fiddle: http://jsfiddle.net/EwD6m/3/





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

热门标签