Go4Coding.com

Learning never ends
Generic client object model code to fetch list data in SharePoint 2010 [More]


Calling SSRS reports from front end in ASP.net can be acheived in few steps: Steps: 1. Create a web application project. 2. Add a report 3. Create dataset and parameters(if needed) in the report 4. Define the layout of the report....... [More]


This post explains how you can take screen shot of any webpage or convert a webpage into image using asp.net. In order to get the snapshot of a webpage, we need to instantiate an object of System.Windows.Forms.WebBrowser class and pass the url to its navigate method. Then we need to call the DrawToBitmap method of the webBrowser object to load the snapshot into a bitmap object.
Further, You can use graphics object to manipulate the image and save it in any format. [More]


In this post, we will discuss about authentication and authorization in asp.net MVC and how to implement authorization in asp.net mvc web application by comparing it to the way of implementing it in classic asp.net web application. [More]