English 中文(简体)
关于重点而不是工作-伙伴关系的明确案文箱。 NET
原标题:Clearing textbox on focus not working- ASP.NET

这里,在你点击搜索信箱时,缺省案文消失。 I m试图在一个地点实施类似功能。 不幸的是,我可以把它拖到FF或 Chrome公司或当地服务器上。

第2页

 protected void Page_Load(object sender, EventArgs e)
 {
        MultiViewSearchOptions.ActiveViewIndex = 0;
        txtKeywordSearch.Attributes.Add("onfocus", "this.value=string.Empty");

 }

案文箱要素的定义是

<asp:TextBox ID="txtKeywordSearch" runat="server" Width="175px">Click to search...</asp:TextBox>

我尝试了几处改动,无论是<条码>,该数值=,还是更改<条码>onfocus至<条码>>>,但无任何效果。 它是由当地托管的吗?

http://www.ohchr.org。

我通过在<条码>内插入“<>OnClick='this. Value=“,在<条码>内插入:TextBox。 象一个药店一样工作!

最佳回答

http://plugins.jquery.com/plugin-tags/watermark” rel=“nofollow”j Query watermark plug-ins (e.g. this one) or the Ajax Control Toolkit s watermarker

问题回答

暂无回答




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

热门标签