Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Dan #1
To stop text wraping in an datagrid asp.net 2003
Unfortunately the property in Wrap="false" for a datagrid adds
nowarp="false" to the TR not the TD.
So to stop text wrapping in a Datagrid in asp.net do the following
Add:
<style>
TD { WHITE-SPACE: nowrap }
</style>
to the <HEAD>
Daniel Roth
MCSD.NET
Dan Guest
-
DataGrid: How do I select and copy text for a DataGrid cell?
Hi, Do you know how do I select and copy txt from a cell inside a Flex 2 DataGrid? I don't want to use an itemRenderer. I will appreciate... -
stop changing my text!!!
can anyone help? -
ActiveX DLL stop working with Windows 2003 SP1
Hello. I've installed Windows 2003 SP1 and all my working ASP scripts calling a mail automation ActiveX DLL seems to hang. I have other ActiveX...



Reply With Quote

