dear friends,

There is a length of a source code line. For example i have a long sql command. If I want to write it in one line then there will be a constraint error.

I want to know thre maximum limit of a line and how I can devide one line into several lines in C#.NET.

Please help...

Rajib