sorry for asking a silly question it seems to be, I am new to programming and trying to write a asp .net web application.
One part of the application had generated and saved some document (like pdf, excel, words, gif, jpg, etc.) to a physical path in server side,
User can choose to download the file by clicking a button
is there something like "window.open(url)" that can raise a file download dialog box with known document type in javascript / c#?
Thanks a lot!!