How to limit table cell size with long strings?



How to limit table cell size with long strings?..

Answer / s. verma

Set style property for the table cell as

style="WORD-BREAK:break-all"

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Explain in what order a destructors is called.

0 Answers  


Why Unload event of MasterPage Calls first in ASP.net ?

0 Answers   HCL,


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

0 Answers   Siebel,


Explain how viewstate is being formed?

0 Answers  


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,






Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

0 Answers   InfoAxon Technologies,


How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


What is the first name space in .netF/W heirarchy

3 Answers   Wipro,


What are the event handlers that we can have in global.asax file?

0 Answers  


What is the DLL Hell Problem?

2 Answers  


Singleton Design pattern?How do you achieve it?

3 Answers   Microsoft,


Write some code using interfaces, virtual methods, and an abstract class`

0 Answers  


Categories