Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1147
not able to find WebDialogWindow on a page , when using AjaxControlToolKit calender extender
posted

Hi,

  I have non master-non templated asp.net page, on which I want to open WebDialogWindow on click of some link. Reference from sample application I am able to show the webdialogwindow on the page but as soon as I add AjaxControlToolKit Calender extender on the page, I am getting error like

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). 

I know this is becuase of

$find(

'<%=WebDialogCreateCustomer.ClientID%>');

 

<%= %> tag, but by what I should replace this?

Thanks & Regards.