问题描述
我们有一个ASP.net页面,其中有4个文本框,数据保存在文本框中。我想创建一个按钮,弹出窗口会显示三个控件:
1.下拉列表显示打印机列表(选定的打印机应该用于打印目的) )
2.显示要打印的份数。 (提及份数)。
3.打印按钮(实际上将从下拉列表打印所选打印机上的页面,并在第二个控件中配置份数,即文本框)
有没有办法使用.net 3.5版本???
提前致谢。
We have a ASP.net page with 4 textboxes and data saved in textboxes. I want to create a button which will result into a pop-up showing three controls:
1. Dropdown showing list of Printers ( Selected printer should be used for printing purpose)
2. Showing number of copies to be printed. (Mention number of copies).
3. Print button (Which will actually print pages on selected printer from dropdown with number of copies configured in 2nd control i.e. text box)
Is there any way to do this using .net 3.5 version ???
Thanks in advance.
这篇关于使用ASP.net自定义打印c#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!