i am trying to store 100 characters in database but 30 characters are store in database remaining characters are not store in database please give me suggestions to increase the characters length of html textbox
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
unless your database field is only a varchar(30), in which case you’d have to do an
ALTER TABLEto expand it to 100 characters.You’ve provided insufficient detail to figur eout exactly where the problem is.