Training on MOSS
Posted on October 25, 2007 - Filed Under MOSS | Leave a Comment
Currently, I’m undergoing traning for MOSS (Microsoft Office Sharepoint Server 2007).
Hope i could share this beautiful things i’ve learned about MOSS to all of you here….
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 [...]
Gridview with on row computation part 1
Posted on October 3, 2007 - Filed Under ASP.NET | Leave a Comment
On this tutorial, I would like to show you how to create a gridview with on the fly computation per row.
For this project we would need to have a gridview with 5 columns: UserName, rate, weight, score, and edit/update button with delete or cancel button. The username will be fix and will be coming from [...]
Welcome
Posted on October 1, 2007 - Filed Under General | Leave a Comment
Hello everyone….
Welcome to my blog space….
Btw, i’ll be sharing mostly about .NET here…sample codes, tutorials, tips, and some hot news as well…
So do standby for the first topic….i’ll be posting it later today….