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: gridview
Web development
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)
