Click here to Skip to main content
15,912,977 members

Comments by Member 10850583 (Top 10 by date)

Member 10850583 2-Sep-14 15:17pm View    
I am having an issue where the EXCEL file needs to be saved before I can open it. If I open it before saving I get an error: http://www.codeproject.com/Questions/814410/Why-is-exporting-GridView-data-to-Excel-exports-th?arn=0
Member 10850583 2-Sep-14 14:40pm View    
I had to add <pre lang="c#">yourTasksGV.Controls[0].Controls.AddAt(0, gvrRow);</pre> only once toward the end. Thank you
Member 10850583 30-Aug-14 1:29am View    
Will it be a link in the header if I do that for all of them?
Member 10850583 29-Aug-14 10:36am View    
I already have the filter. I am looking for assistance to place them inside the GridView
Member 10850583 29-Aug-14 10:03am View    
Yes, if you look at the image link I posted, the empty header row for each column. That's where I would like to put them so it always stays within the same width.