Jelmer Posted September 27, 2006 Posted September 27, 2006 I like to make a field with a maximum of chars, the maximum is 50 char's. But how can i program that? Quote
Leaders snarfblam Posted September 27, 2006 Leaders Posted September 27, 2006 What do you mean by a field? Is this a WinForms app or an Asp.Net app? Are you looking for some sort of input mechanism (i.e. text box)? Or are we talking about data storage? Quote [sIGPIC]e[/sIGPIC]
Jelmer Posted September 27, 2006 Author Posted September 27, 2006 What do you mean by a field? Is this a WinForms app or an Asp.Net app? Are you looking for some sort of input mechanism (i.e. text box)? Or are we talking about data storage? No its a textbox... in winforms .net not in asp. Quote
Cags Posted September 27, 2006 Posted September 27, 2006 Just set the MaxLength property of the TextBox to 50. Quote Anybody looking for a graduate programmer (Midlands, England)?
Jelmer Posted September 27, 2006 Author Posted September 27, 2006 Just set the MaxLength property of the TextBox to 50. Thats him! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.