Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii ,


lblObjectiveComments.Text = DataBinder.Eval(e.Row.DataItem, "emp_comment").ToString().Trim() +"
" + " Added By: "+ CommentsAddedByName.Trim() + " On: " + timeStamp ;

I am using this and i want to use
HTML tag for brek down to next line for my purpose ... but its no working .. please suggest




or maybe something like this
Customer Name: <asp:Label ID="fullNameLabel" runat="server" Text='<%# Eval("firstName") + Eval("middleInitial") + Eval("lastName") %>' />
to combine but how can i use
element to make it break the line
Posted
Updated 19-Feb-14 0:53am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900