onclick() of PopupControlExtender’s target control does not work.

Posted in dotnet, vb, vb.net | No Comments »

I am wondering if anyone could shed some light on why onclick of the target control does not work. 

I am asking this mainly out of curiosity because replacing onclcick with onfocus achieves what I need.

Similar:

  1. onclick on control with eval dosn’t work Hi, I have an aspx control with works perfectly: <asp:HyperLink ID="lnkSeekJob" runat="server" Text="S?gt job" NavigateUrl='<%# "SeekJob.aspx?id=" + Eval("companyPId")%>' Target="SeekJob" name="SeekJob" onClick="wopen('SeekJob.aspx?id=3', 'popup', 600, 480); return false;"...
  2. Asp:Button OnClick event not firing  Hello! I am having problem getting an asp:button to fire it's OnClick event. It worked a couple of hours ago and then after some minor...
  3. ModalPopup does not show if the target control is clicked by regisered script The target control is a Button (ID = "btTest"); The following is in code-behind: ScriptManager.RegisterStartupScript(btInit, btInit.GetType(), "CheckPopup", "document.getElementById("btTest").click();", true); The click has been verified, but...
  4. Navigation bar button doesn’t work after updating current target for iPad I’m trying to convert my iPhone app to a “universal” app with the following steps. The app’s first screen has a navigation bar. Download and...
  5. Sticky Footer Issue in IE Hello, I’m having an issue with my sticky footer in IE. IT looks perfect in Firefox and Google Chrome. It’s the one that Paul O’B...

Leave a Reply