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

Find number of letter occurence of all letter in c#

  Find number of letter occurence of all letter in c#  namespace ConsoleApp1 {     internal class Program     {         static void Main(st...