limit on characters to be entered in textbox in multiline mode
-
how to place limit on the number of characters to be entered in the multiline mode textbox?For ex. if i have to limit numbers to 1000 characters. I have tried using Maxlength=1000 but it is not working. Can any one help me out?
yog hui gfgh kgdgrt njjn hjgkn
-
how to place limit on the number of characters to be entered in the multiline mode textbox?For ex. if i have to limit numbers to 1000 characters. I have tried using Maxlength=1000 but it is not working. Can any one help me out?
yog hui gfgh kgdgrt njjn hjgkn
-
how to place limit on the number of characters to be entered in the multiline mode textbox?For ex. if i have to limit numbers to 1000 characters. I have tried using Maxlength=1000 but it is not working. Can any one help me out?
yog hui gfgh kgdgrt njjn hjgkn
Write a Message for the clients, Example:"Only 1000 caracters for description" In code use
Description.**Remove(1000)**;
:)keep Learning and you never will be out of date...
-
Yah It did not work that way.You may try to trim the text when retrieving it to 1000 characters.
Don't Quit
Thank you for replying, i solved the problem using length property of textbox control. bye..
yog hui gfgh kgdgrt njjn hjgkn
-
how to place limit on the number of characters to be entered in the multiline mode textbox?For ex. if i have to limit numbers to 1000 characters. I have tried using Maxlength=1000 but it is not working. Can any one help me out?
yog hui gfgh kgdgrt njjn hjgkn
go for javascript code and make a fuction for that textbox which will count the number of character make a if else and genrate a alert msg this function fires on keyup or down events . fuction abc() { if(len(document.getelementbyid("").value) >1000) { alert("not allowe"); return; } } hope this will be ok try to mold this code with ur use :)
-
Write a Message for the clients, Example:"Only 1000 caracters for description" In code use
Description.**Remove(1000)**;
:)keep Learning and you never will be out of date...
Thank you so much for proper guidance. I have successfully completed my fuctionality. bye.. :)
yog hui gfgh kgdgrt njjn hjgkn