Test Post
Posted on December 22, 2007 - Filed Under Uncategorized | Leave a Comment
This is a test post. affiliate microsoft xbox zune
Exporting data from gridview to excel
Posted on October 19, 2007 - Filed Under Uncategorized | Leave a Comment
Sometimes, we come across to a point where we need to export all items displayed in our gridview to excel spreadsheet or to a csv file for reporting purposes or as an attachements for emails, etc.
So in our html page, we should have a gridview and a button named grdSample and btnSavetoExcel.
And put the following [...]
Gridview with on row computation part 2
Posted on October 18, 2007 - Filed Under Uncategorized | Leave a Comment
So now we have the HTML page all set [see part 1]…we would like to tweak on our code-behind page to make it function the way we wanted it.
First we would like to show all default values when the page loads up. The default values would be the username for the username column, 0 for [...]