You are here: Home >> asp

asp

ASP.NET 4.0 Hosting - The New ASP Net Technology Improvements

by Lisa S Foster on Mar 9, 2010

ASP.NET 4 brings a lot of new possibilities overits predecessor, ASP.NET 3. One of the best additions is support formeta keywords and meta description. These are very important parts of awebsite if you want to rank high in search engines. It is also a vitalpart of SEO. Unlike in ASP.NET 3, where you would need to work with theHtmlMeta class, with ASP.NET 4 you can add meta and description tagsdirectly from the Page object through two new properties. ASP.NET 4brings more control on Controls ViewState by adding a new property, theViewStateMode. In ASP.NET 3, if one wanted to disable the viewstate forthe page but still have it enable for the control, it was impossible.With the new property, you can do just that! ASP.NET 4 provides anew property, ClientIDModefor page objects and controls that helpsdevelopers get the client ID. This was a very challenging task inASP.NET 3 and thankfully it is now much easier. Also, there are majorimprovements in the ListView control. These...Read More >>



Find answers for asp

Did this solve your question? If not, then read following articles, answers and questions or ask a new question.

<<Previous 1 2 3 4 5 6 7 8 9 10 11 Next>>

Recommended Reading

ASP Hosting - Why Do People Still Use Classic ASP?

by Lisa S Foster

Did you notice that many people are still usingASP? This is somewhat strange due to the popularity of.NET. Why arethey still using the classic instead of the new and powerful ASP.NET?First of all,.NET has XML-based components, better language support anduser authentication, and a huge set of new controls. It can alsoincrease performance by running code that is already compiled.However,.NET code is not backward compatible with ASP code, makingtransitions somewhat time consuming. Classic, unlike ASP.NET, isrunning under the IIS process space, otherwise knows as inetinfo.exe.It is prone...

Read More >>

My Questions & Articles

Find latest questions, answers and articles.

Questions I Ask

Questions I Follow

Articles I Share