English 中文(简体)
还有一个伙伴关系:Text Box vs <input category=“text”
原标题:Yet another ASP:Textbox vs <input type="text">

我已经读过有关这个专题的一些文章,但我对此仍然持谨慎态度。 我全都使用伙伴关系:Text箱,但我想知道,如果不使用伙伴关系,投入工具箱可能无法发挥作用: 案文箱或作出更多努力退出?

I have a Jquery tooltip sample which uses HTML input textbox and I am not sure if I should change all my ASP:Textboxes to HTML textboxes, the things which I need to perform on this textboxes are RequiredFieldValidation as well as storing their values into the database.

任何人都可以就这个 r问题向我提出建议。 感谢。

最佳回答

就我所知,在超文本投入箱和伙伴关系文本箱之间不存在明显的服务器旁程方案差异。 ASP.NET 验证员将完全以两种方式工作。

关于贵组织的关切。 如果您使用伙伴关系文本箱,因为您的协会文本箱终将成为任何途径的超文本箱,则会予以注意。

就建议而言,我不建议你把所有伙伴关系文本箱改为超文本输入箱,只是浪费时间。 你们应当利用CSSClass /阶级财产展示工具。 这样,它将在您的经常性的超文本投入箱和伙伴关系文本箱中工作,以达到其他页数。

问题回答

The asp.net text Box IS a html content Box from jQuerys point of view. 与此相关的一切都是在服务器上进行的(包括视力验证)。 你们需要问的问题是,给它一个服务机方提及什么价值? 一般来说,答案是轻而易举的服务器,但这在你的情况下是否适用?





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

热门标签