3
votes
3answers
1k views

Best practices: Ajax and server side scripting with stored procedures

I need to rebuild an old huge website and probably to port everyting to ASP.NET and jQuery and I would like to ask for some suggestion and tips. Actually the website uses: Ajax (client site with ...
1
vote
1answer
670 views

Print three copy of asp.net page two copy with diffrent color [closed]

I have an ASP.Net page. I want to print that page 3 times, 2 copies should carry "COPY WORD, as a watermark". I have written this code code to print three copies, but it's asking confirmation about ...