Wednesday, July 27, 2011

How to use listview control in asp.net 3.5

Reference:http://www.codeproject.com/KB/webforms/CompleteListView.aspx#

How to make word-break on firefox using css .

ssssssssssssssssssssssssssssssssssssss


You have to apply below css class on div:
.content-div { word-break:break-all; word-wrap: break-word; }

and add below style on table which is bind in div style='table-layout:fixed;width:306px;'