Text box on a panel using VB.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I place a text box on a panel, and set the max length to something like
50, the user of the form is not prevented from typing more than 50
characters. The behavior is as expected if the text box is just on the form
and not on the panel. Examining the HTML show the max-length set to 50. Am I
missing something??
 
John,

Did you test that, at me the code result is
<input name="TextBox1" type="text" maxlength="50" id="TextBox1" />

While the behaviour was like that although I tested it with 5

:-)

I hope this helps?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top