TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
parthiban karnan
NA
549
101.4k
String or binary data would be truncated.
Nov 14 2018 9:20 PM
i get dis error on form registration..it works locally fine but on server upload
i encounter dis error
String or binary data would be truncated.
The statement has been terminated.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: String or binary data would be truncated.
The statement has been terminated.
Source Error:
Line 170: SqlCommand cmd = new SqlCommand(sqlstr, con);
Line 171: con.Open();
Line 172: cmd.ExecuteNonQuery();
Line 173: con.Close();
Line 174:
Reply
Answers (
6
)
upload all the files in the folder one by one
can anyone tell me how to hide textbox from front end.