hi mike,
definetly dudue,
well, I have solve this problem using javascript code. In the parent form under the link, have created a onClick event which executes a JavaScript code. That is .....
window.open("PopupWindowURL","NameOftheFormUWant2G ive,"featuresofFormAsHighWidthEtc");
it opens a popup window.
And to close the popup window, for this even JavaScript, I have taken a HTML controll SUBMIT button, under onClick have written a JavaScript Code
window.close();
and under onserverClick have written code behind program. Which executes sql query.
This is the way I have solved my problem Mr.Mike...
Naresh
|