Hi friends, Small requirment I have to show a div of another page (ASPX)
 in my current page (ASPX) div. 
 I have done with this following method
  
 $("#RightDiv").load('AddItem.aspx #ItemsDiv');
  
 I am able to show that div in my current div but I am unable to access the controls of that div which I have added from another page? how can I access that controls in my current page with javscript only?
  
 Please post me how can I do with this?
 Thanks
 Ganesh