Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 16th, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Can I change the text editor in VS2010 so it allows me to reduce the height of code blocks?
  2. #region ModelState not valid
  3. else
  4. {
  5.    ModelState.AddModelError("", "Data Entry error");
  6.    return View("CreateEdit", vm);
  7. }
  8.  #endregion