Image_click event not firing..

Last post 11-11-2009 8:29 AM by Zhi-Qiang Ni - MSFT. 2 replies.

Sort Posts:

  • Image_click event not firing..

    11-06-2009, 1:34 AM

    Hi all,

    Scenario :

    There are 3 update panels in my web page.

    A gridview control is in the First updatepanel. Another user control is in the Second updatepanel.

    Third update panel contains some textBoxes,a calendarImageControl(this is a userControl),Submit btn.

    Now, when I click on Edit mode of gridview, those rspt. details are filled in the textBoxes of the 3rd updatePanle BUT when I click on the calendar image, the click event is not firing.Please note that the Submit button click event is getting fired(which is in the 3rd updatePanel).

    Any help would be greatly appreciated...

    Thanks,

    Amit

     

     

  • Re: Image_click event not firing..

    11-06-2009, 4:36 AM
    • Participant
      1,666 point Participant
    • vipuldonga
    • Member since 02-10-2009, 11:18 AM
    • Ahmedabad
    • Posts 316

    Hi,

    Please provide your html and sever side code so we can see and give the solution if possible.

    Thanks & Regards
    Vipul Donga

    Mark it as an answer, if it helped

    if (MyAnswer)
    MarkAsAnswer();
  • Re: Image_click event not firing..

    11-11-2009, 8:29 AM
    Answer

    Hi Amit,

    You can set the userControl’s click event as the UpdatePanel’s trigger. Or use the CalenderExtender.
    http://forums.asp.net/p/1248060/2303511.aspx#2303511
    http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx

    If that cannot make sense, please post your code snippet.

    Best regards,

    Zhi-Qiang Ni

    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as
    Answer” if a marked post does not actually answer your question.
Page 1 of 1 (3 items)