ASP.NET
-
what is your question ??
When you get mad...THINK twice that the only advice Tamimi - Code
-
Be clear and Ask your question?
Regards, Satips.:rose:
-
-
-
The Knowledge wrote:
but we can use for spacing
What's wrong with space?
--- single minded; short sighted; long gone;
You can't breathe in it :)
-
You can't breathe in it :)
:laugh::laugh:
When you get mad...THINK twice that the only advice Tamimi - Code
-
The Knowledge wrote:
but we can use for spacing
What's wrong with space?
--- single minded; short sighted; long gone;
You cannot build a appartment or ride a cycle in it.
Regards, Satips.:rose:
-
I find myself using "\n" when I'm writing to literals in javascript. I do this, because later when I view the source, to debug it, I get something that's intelligible rather than a single line. Ex: ----- Later, in code-behind file ------ string jsString = "\n"; string jsString += "var something='This is something to say.';\n"; string jsString += "alert(something);\n"; string jsString += "\n"; JSexample.Text = jsString; ----- This way, I when debugging it shows up as: ---------- var something='This is something to say.'; alert(something); ----- Instead of: --------- var something='This is something to say.';alert(something); This can make a big difference, when the javascript gets to be 50+ lines.
-
WTF are you talking about?
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Blog - My Photos - ScrewTurn Wiki
-
Are you asking for the HTML equivalent? If so, it's the <br /> tag.
Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
-
The Knowledge wrote:
but we can use for spacing
What's wrong with space?
--- single minded; short sighted; long gone;
No-one can hear your scream ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )