How to find descendants in Jquery?

sxcnelson

New Member
Hi iam having a page lets say Parent.aspxIn Parent am using a User Control say ChildOne.ascxin this again i have other User Control ChildTwo.ascx ( Parent is ChildOne.ascx)Now i want to find the Control of ChildTwo from my parent Page., the control which i want to find is a Hidden Field.i want to save this value into Database by using ajax call JqueryThanks in Advance
 
Top