Hi, I have Parts.aspx page, UserControl1.ascx,[ it contains a textbox and one button1 ] Add.ascx Controls [ it contains a textbox, button2, button 3 ] I have added UserControl1.ascx in parts.aspx page
Now when i click button1[ usercontrol1.ascx] it should open like a popup Add.ascx on top of the page using JQuery Dialog in add.ascx user enters comments in the textbox and clicks Submit, after this it should close add.ascx and the comments entered in add.ascx page should appear in USerControl1.ascx textbox for readonly.
I am a beginner can anyone explain in detail with code