how to pop up a window using Ajax control Model pop up extender control

Posted by Praveen7k under ASP.NET AJAX on 2/26/2011 | Points: 10 | Views : 3535 | Status : [Member] | Replies : 2
I have a doubt........on my page there is button called "Submit for Approval"( parts.aspx)

| when this is clicked a popup window should open called comments window

in that they can add comments and attachments after -------> once clicked "submit" button the popup closes and the comments entered in that popup window should be seen in read only in parts.aspx page [ there is a textbox in this page and comments should be displayed in the textbox for read-only format




Responses

Posted by: Madhu.b.rokkam on: 2/26/2011 [Member] [MVP] Bronze | Points: 25

Up
0
Down
This you can do even without using Ajax

Check this link

http://www.dotnetfunda.com/articles/article1203-get-child-window-values-to-parent-using-javascript-.aspx


Thanks and Regards
Madhu

Praveen7k, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Krkc on: 2/28/2011 [Member] Starter | Points: 25

Up
0
Down
using JQuery Model window popup will make your life easy and smoother with better UI (JQueryPopup.css)

from where you can call the Window.Parent.<<functionName>> with the comments entered in popup.



Thanks,
Ravi

Praveen7k, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response