News and events
- Popups with FancyBox Hello... today I'm gonna teach you how to show a popup with FancyBox. FancyBox is a tool to show images, html content and...
- Booking Calendar - Online booking plugin for Wordpress Browsing the web, I found this plugin to make online bookings. It's a plugin that allow us to add a form into our blog to make...
- Export a GridView to Word format with ASP.net Following our series of Export to... this time is the turn of Word format. (.doc). Still being really simple. We put the next...
Contact us
If you have any doubt or suggestion, you may contact us with the next form:
Browse by tag: asp.net
Our services
Web programming
Arzion's main service is web-programming outsourcing. In order to meet this goal, Arzion has 10 full-time dedicated professionals with continuous training. For each project Arzion puts together a specialized full-time team responsible for project-wide tasks..... see more
Web development
Paging with ASP.net
Many of the problems at the time of paginating results come at the moment when we mix our HTML design with the code to show the results. Default pagers, barely works for us, or if they do, not meet the things we want to do. So, I bring you an example of pagination that is..... see more
List files from a FTP server
In this little example, I'll show you how to list files from a FTP server. We need to import the following namespaces: <%@ Import Namespace="System.Net" %> <%@ Import Namespace="System.IO" %> <%@ Import..... see more
Working with ASP.net and the Flickr Api
Today, I'm going to teach you how to work with the Flickr API, more precisely with FlickrNet First of all we'll need an API key to use the library. We can get the key in www.flickr.com/services/api/keys. Once we have the key we proceed to download the library from..... see more
Export a GridView to CSV with ASP.net
This example is very easy to implement. We only need to put the next code in the desired button: protected void btnExportCSV_Click(object sender, EventArgs e) { Response.Clear(); Response.Buffer = true; Response.AddHeader("content-disposition", ..... see more
Export a GridView to Excel format with ASP.net
With the next code you will be able to export a GridView to Excel format (xls), it's very simple: protected void btnExportExcel_Click(object sender, EventArgs e) { Response.Clear(); Response.Buffer =..... see more
Export a GridView to Word format with ASP.net
Following our series of Export to... this time is the turn of Word format. (.doc). Still being really simple. We put the next code on the OnClick event of the button, and that's all!. Response.Clear(); Response.Buffer = true; ..... see more



![Validate my RSS feed [Valid RSS]](/img/valid-rss.png)
