11 April 2011

How to Overcome multiline textbox [draggable] for mozilla firefox and Chrome Browser in asp.net

How to Overcome multiline textbox [draggable] for mozilla firefox and Chrome Browser in asp.net


You can add it in a css file


textarea{resize:none;}

No comments:

Post a Comment

Comments Welcome

Implementing OAuth validation in a Web API

 I mplementing OAuth validation in a Web API Implementing OAuth validation in a Web API using C# typically involves several key steps to sec...