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 |
What is the use of express session?
What is MSIL?
Difference between connected architecture and Dissconnected architecture?
What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?
33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.
2 Answers Friedkin, ISH, Syntax, Syntax Softtech,
How do you design a website with multilingual support in ASP.NET ?
How does http session work?
How many types of validation are there?
What is the difference between the response.write() and response.output.write() methods?
What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?
Describe the two main components of the .NET framework ?
can u debug application programatically? if yes how?