Hi all,
I am developing an app with asp.net
In one of the page there is a grid which displays the files ...
On selecting one file a modal window should show up( according to spec)...
This window displays all additional details of the file and have a button with text "Download"( input type="submit" )...
On clicking the button,modal dialog is posted back to server, get the file and writing to the response stream ....
As explained earlier the "File Download" dialog window is not showing up in this senario...
If I change my modal dialog to a pop up window every thing is working fine....
What is the problem with modal dialog ?
I don't know much abt the restrictions of a modal window.....
Please help me......
Cheers,
Jais.
|