What VbCr means in asp.net
-
Hi In a Word doc, a paragraph mark is vbCR. If however you open a text file (*.txt) into Word the lines are often terminated with vbCRLF and sometimes with vbLF - this is the main use I've found for using one of these instead of vbCR. There is also vbNewLine which is platform-specific.
Naik M
-
Hi In a Word doc, a paragraph mark is vbCR. If however you open a text file (*.txt) into Word the lines are often terminated with vbCRLF and sometimes with vbLF - this is the main use I've found for using one of these instead of vbCR. There is also vbNewLine which is platform-specific. and Should use vbCr, vbNewLine or Chr$(13) instead of Chr(13) as Chr(13) returns a variant.
Naik M
-
Hi In a Word doc, a paragraph mark is vbCR. If however you open a text file (*.txt) into Word the lines are often terminated with vbCRLF and sometimes with vbLF - this is the main use I've found for using one of these instead of vbCR. There is also vbNewLine which is platform-specific.
Naik M
Naik A2Ze wrote:
There is also vbNewLine which is platform-specific.
Check out
Environment.NewLine
.Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT. -
Hi In a Word doc, a paragraph mark is vbCR. If however you open a text file (*.txt) into Word the lines are often terminated with vbCRLF and sometimes with vbLF - this is the main use I've found for using one of these instead of vbCR. There is also vbNewLine which is platform-specific. and Should use vbCr, vbNewLine or Chr$(13) instead of Chr(13) as Chr(13) returns a variant.
Naik M
Hi Thanks.
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hi Thanks.
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
rahul.net11 wrote:
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
Your sig is very impressive and optimistic. It just indicates and encourages one not to get cowed down by empty-headed fools who just keep giggling all along in futile.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT. -
rahul.net11 wrote:
In asp.net VbCrLf means a new line
No it is not in ASP.NET, it's a VB command. ASP.NET is a technology, and if you want to display new line in the browser, you need to use <br>
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions