Browse by Tags

All Tags » ASP.NET 4.0 (RSS)

Visual Studio 2011 New Editor Features by nmarun

To add a asp:DetailsView, all I typed was <dv, and it’s there for you. You can extract a snippet of html to a user control Just ‘space’ after the backgrouund-color property and you’ll see a popup for you to choose from. This is the CSS Color Picker...

VS 2010 ASP.NET 4.0 RedirectPermanent does a 301 and not 302 by nmarun

Hi, As I was reading a white-paper on changes in VS 2010, ASP.NET 4.0, I came across this new method that the Response object exposes – ‘RedirectPermanent’. This issues a ‘HTTP 301 – moved permanently’ as against a ‘HTTP 302 – moved temporarily’ that...
More Posts