Sunday, September 15, 2013

Basic AngularJs tutorial for Beginners

I would like to share articles related to Angularjs from basics especially for Asp.net developers.In this article i would like to share "What is Angularjs and basic example".
Read more »

Labels: , , , ,

Thursday, September 12, 2013

Trick to prevent print content on webpage

Trick for prevent print content on webpage
In this article, i would like to explain a simple trick to prevent print content on webpage.That means if any user trying to take the print of the webpage, the webpage data will not be print on the printed page.In my previous articles i have already explained some trick based on javascript. Simple way to display information from another Website , Simple Way to create Timer using Javascript 

1. Add the following style in head section



2. Add the following code in body section

That's it.. Happy coding

Labels: , ,

Thursday, September 5, 2013

How to generate genuine excel report using string builder with C# code

How to generate genuine excel report using string builder with Asp.net and Csharp
In this article, I would like to explain "How to generate genuine excel report using string builder with Asp.net and C# code.In previous article i have already explained about PDF generation Generate Random Password for PDF with asp.net and Create Password protected PDF using iTextsharp with asp.net and c# .
Read more »

Labels: , , , ,