hi i created a user control by using jquery.that is working fine in .net when i move to umbraco it is not working how to add it as umbraco datatype successfully.
How do you move your user control to umbraco? Do you have a project where you use xcopy to copy the files to your umbraco setup so .dll files and user controls are copied on build?
If so what is the referenced path to jquery in your user control? And is it still valid when the user control is moved? Could you perhaps post some of the code?
i created a webform .aspx page ,to this i added jquery plugins and it is working fine.but if i try to create new usercontrol using usercontrol wrapper and add it to umbraco no jquery intiliazed.not showing popup for timer.
how to add jquery asp.net control
hi i created a user control by using jquery.that is working fine in .net when i move to umbraco it is not working how to add it as umbraco datatype successfully.
Hi Siva
How do you move your user control to umbraco? Do you have a project where you use xcopy to copy the files to your umbraco setup so .dll files and user controls are copied on build?
If so what is the referenced path to jquery in your user control? And is it still valid when the user control is moved? Could you perhaps post some of the code?
/Jan
hi jan,
i am copying manually.
i created a webform .aspx page ,to this i added jquery plugins and it is working fine.but if i try to create new usercontrol using usercontrol wrapper and add it to umbraco no jquery intiliazed.not showing popup for timer.
is working on a reply...