Possible Duplicates:
Where is the FAQ?
How do I get my code blocks formatted?
I inserted some code (not as code, just copy and pasted) into one of my answers and noticed that the code got mangled. I tried to fix it but then some of the text was mangled.
All sorts of mangling occurred and the mangled text was made to look like code.
The code that got messed up via copy-and-paste all ran together, like this:
(without JavaScript) ~~ same name for both buttons.
on your .aspx page, add a second button: in your Controller: // POST: /Home/Edit/5 [AcceptVerbs(HttpVerbs.Post)] public ActionResult Edit(Movie movieToEdit, string submitButton) { if (submitButton == "First") et cetera
This is so frustrating.
Why not just let me type raw HTML and you can parse it for anything bad?
P.S.: I noticed noscript in angle brackets in my question vanished. I dropped the angle brackets and bolded the word "noscript". I'm guessing I could have used entities for the angle brackets.
On the other hand, Stack Overflow could have simply HTML encoded them.
