Click here to Skip to main content
15,881,831 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Can we force to make button click event happen without actually clicking? Pin
deepankarbhatnagar10-Mar-15 22:58
professionaldeepankarbhatnagar10-Mar-15 22:58 
QuestionAn existing connection was forcibly closed by the remote host in wcf Pin
kesava narayana9-Mar-15 19:00
kesava narayana9-Mar-15 19:00 
AnswerRe: An existing connection was forcibly closed by the remote host in wcf Pin
Kornfeld Eliyahu Peter9-Mar-15 20:23
professionalKornfeld Eliyahu Peter9-Mar-15 20:23 
Questionhow to bind html controls without using MVC html helpers? Pin
Tridip Bhattacharjee9-Mar-15 5:11
professionalTridip Bhattacharjee9-Mar-15 5:11 
AnswerRe: how to bind html controls without using MVC html helpers? Pin
F-ES Sitecore9-Mar-15 5:21
professionalF-ES Sitecore9-Mar-15 5:21 
QuestionFuzzy Set Classes (aspx.cs) Pin
sudabeh39-Mar-15 1:49
sudabeh39-Mar-15 1:49 
QuestionHow do I format the export of Formview data to Excel Pin
Member 109587798-Mar-15 15:34
Member 109587798-Mar-15 15:34 
AnswerRe: How do I format the export of Formview data to Excel Pin
Member 109587799-Mar-15 17:34
Member 109587799-Mar-15 17:34 
XML
After a lot of experimentation I found a solution to this problem.  These labels are inside formview arranged inside a table.  I don't understand the reason, but by adding a space after each label the export formats correctly.  If anyone can explain this to me I would appreciate hearing from you.

Thanks!

old asp:

<td class="style41" style="border: 1px solid #000000">
                    <asp:Label ID="Package_SizeLabel" runat="server"
                        Text='<%# Bind("Package_Size") %>' Width="250px" />

new asp:

<asp:Label ID="Package_SizeLabel" runat="server"
                        Text='<%# Bind("Package_Size") %>' Width="250px" />
                        &nbsp;</td><td class="style41" style="border: 1px solid #000000">

QuestionMail Comes On My Interface Pin
Member 93756507-Mar-15 23:09
Member 93756507-Mar-15 23:09 
GeneralRe: Mail Comes On My Interface Pin
Kornfeld Eliyahu Peter8-Mar-15 0:01
professionalKornfeld Eliyahu Peter8-Mar-15 0:01 
AnswerRe: Mail Comes On My Interface Pin
Richard MacCutchan8-Mar-15 2:12
mveRichard MacCutchan8-Mar-15 2:12 
Question3D Image in asp.net webforms Pin
BISGroup6-Mar-15 1:40
BISGroup6-Mar-15 1:40 
AnswerRe: 3D Image in asp.net webforms PinPopular
F-ES Sitecore6-Mar-15 2:34
professionalF-ES Sitecore6-Mar-15 2:34 
GeneralRe: 3D Image in asp.net webforms Pin
Dave Kreskowiak6-Mar-15 13:14
mveDave Kreskowiak6-Mar-15 13:14 
QuestionManually Coding an Edit, Update, Cancel Button in Gridview Asp.net Pin
Robmyel Padrinao5-Mar-15 20:05
Robmyel Padrinao5-Mar-15 20:05 
AnswerRe: Manually Coding an Edit, Update, Cancel Button in Gridview Asp.net Pin
deepankarbhatnagar10-Mar-15 23:02
professionaldeepankarbhatnagar10-Mar-15 23:02 
QuestionHandling Active Links which redirect to another report in reports using Report Viewer Pin
Kandepu Rajesh4-Mar-15 11:17
Kandepu Rajesh4-Mar-15 11:17 
AnswerRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
Kandepu Rajesh5-Mar-15 5:26
Kandepu Rajesh5-Mar-15 5:26 
GeneralRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
Richard MacCutchan5-Mar-15 6:48
mveRichard MacCutchan5-Mar-15 6:48 
AnswerRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
jkirkerx5-Mar-15 7:47
professionaljkirkerx5-Mar-15 7:47 
GeneralRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
Kandepu Rajesh5-Mar-15 8:19
Kandepu Rajesh5-Mar-15 8:19 
GeneralRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
jkirkerx5-Mar-15 9:06
professionaljkirkerx5-Mar-15 9:06 
QuestionIs Office required to have installed on the machine with Interop dll? Pin
sudevsu3-Mar-15 7:56
sudevsu3-Mar-15 7:56 
AnswerRe: Is Office required to have installed on the machine with Interop dll? Pin
F-ES Sitecore3-Mar-15 8:06
professionalF-ES Sitecore3-Mar-15 8:06 
AnswerRe: Is Office required to have installed on the machine with Interop dll? Pin
Richard Deeming3-Mar-15 8:15
mveRichard Deeming3-Mar-15 8:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.