Print page on client side contained in a folder by asp.net
-
Hello, I need to print html pages contained inside a folder on server, when user clicks on a button in .aspx page all the pages contained in that folder gets printed on client side. thanks
-
Hello, I need to print html pages contained inside a folder on server, when user clicks on a button in .aspx page all the pages contained in that folder gets printed on client side. thanks
i think you need to use some DHTML for this... window.open and print for this purpose...
Http://www.gen-sys.com Government Dyal Singh College Lahore.
-
i think you need to use some DHTML for this... window.open and print for this purpose...
Http://www.gen-sys.com Government Dyal Singh College Lahore.
window.open works for only printing that page on which client is.... i want to print those pages which are contained in some folder.
-
window.open works for only printing that page on which client is.... i want to print those pages which are contained in some folder.
Have You tried this http://www.dotnetcurry.com/ShowArticle.aspx?ID=92&AspxAutoDetectCookieSupport=1[^]
MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.
-
window.open works for only printing that page on which client is.... i want to print those pages which are contained in some folder.
There's no way to print anything on the client side without rendering it on the client side. How could you think there might be a way ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.