Suggestion for continous printing
-
hi all i have created a form for printing of sale bill. when user create a bill a voucher number is generated. i pick that voucher number and generate its printing. while generating the printing i m creating a html for the printing and storing that html in string. when the all html is genearated i pass that string to another page where a javascript function is called. A pop up populate and user click on print button but now i want this printing for 10 - 20 voucher number(means continous printing). the problem is if i generate html for 10-20 voucher then i take too much time. i dont know to do this. any suggestion
Er. Jagwinder Singh
-
hi all i have created a form for printing of sale bill. when user create a bill a voucher number is generated. i pick that voucher number and generate its printing. while generating the printing i m creating a html for the printing and storing that html in string. when the all html is genearated i pass that string to another page where a javascript function is called. A pop up populate and user click on print button but now i want this printing for 10 - 20 voucher number(means continous printing). the problem is if i generate html for 10-20 voucher then i take too much time. i dont know to do this. any suggestion
Er. Jagwinder Singh
Webapplications are not suitable for what you are trying to do. Consider changing your design.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Webapplications are not suitable for what you are trying to do. Consider changing your design.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
i have all builded the application now how i can change its design
Er. Jagwinder Singh