Load ascx page in div using jquery

Load ascx page in div using jquery

Hi

I am newbie to jquery. i am working in asp.net. I know how to load aspx page in div using jquery syntax $('#divName').load('Test.aspx')

This works..........

But same syntax fails for ascx page like $('#divName').load('Test.ascx')

Please help me with the syntax by which i can load ascx page in a div.


Thanks