Originally posted by wrack
Hi I am using ASP.NET with VB.NET and I put a Textbox onto a webform and I set its maxlength property to 100 and then I changed the textmode to multiline...

Now it doesn't stops at 100 characters and keeps going...

Is this normal because in VB 6 it used to work like a charm...???

Please advice...

Cheers...
Just found that if I am using VB.NET for Windows Application then its working fine...but its not working in VB.NET WebApplication...

Cheers...