Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~100 People Reached
Favorite Forums
Favorite Tags
Member Avatar for BalagurunathanS

Hi all.. I have a aspx page with a datagrid holding values in it..I need to write the datagrid values in the excel for which i use the following code.. Private Sub btnexcel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnexcel.Click Response.Clear() Response.AddHeader("content-disposition", "attachment;filename=FileName.xls") Response.Charset = "" Response.Cache.SetCacheability(HttpCacheability.Public) Response.ContentType …

Member Avatar for sarad
0
100