Open new form in new window
-
hi guys I have one master file and all its content pages. Now i want to open new form in which i can write code for uploading file. But new form should be open in new window. which can be fix in size and after uploading file i can close that and values of file that i have upload should come in the grid view that i have in form. Please help me if any one have any idea. DJ
-
hi guys I have one master file and all its content pages. Now i want to open new form in which i can write code for uploading file. But new form should be open in new window. which can be fix in size and after uploading file i can close that and values of file that i have upload should come in the grid view that i have in form. Please help me if any one have any idea. DJ
use window.showdialogmodal() when you close the dialog -- submit your master form if any values from server is needed else just do further proceedings
Regards, Akhilesh Yadav
-
use window.showdialogmodal() when you close the dialog -- submit your master form if any values from server is needed else just do further proceedings
Regards, Akhilesh Yadav