Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ASP .NET
ERROR MESSAGE CITES DIFFERENT LINE FROM PROBLEM
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 10597978"] dancer, You will need to separate the lines from being an extremely long concatenated line to one statement involving control reference per line. It is preferrable to use StringBuilder over concatenating strings, but not required. Splitting one statement into multiple will add readability and ease debugging and (later) maintenance of the code. Once you have split the code, the compiler will tell you the exact line that could not compile. If you cannot resolve the problem yourself at that point, please post the offending code, and I will be happy to help. [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ASP .NET
ERROR MESSAGE CITES DIFFERENT LINE FROM PROBLEM
Top