ASP.Net Tutorials, Tips & Tricks, How-To Guides, and Updates
ASP.Net : New Features in ASP.Net 4.0
Some new features in ASP.Net 4.0: ViewState for Individual Controls, Page.MetaKeywords and Page.MetaDescription, Response.RedirectPermanent, Web.Config Refactoring....
Category: ASP.NetDate: 10/28/2010 12:50:00 PM
C# : Adding ASP.Net User Controls at Run Time using C# Code
ASP.Net User Controls have the .ascx file extension and contains HTML, ASP.Net and C# code. User Controls are reusable controls and can be inserted into an ASP.Net page....
Category: C#Date: 6/6/2010 2:21:00 AM
ASP.Net : State Management Techniques in ASP.Net
As we know, websites and web applications are based on HTTP protocol and they are stateless, which means they don’t know whether the requests are all from the same client. ages are destroyed and recreated with each round trip....
Category: ASP.NetDate: 5/14/2010 12:19:00 PM
ASP.Net : Improving Performance of ASP.Net Web Applications
To improve performance of ASP.Net Web Applications, first of all we need to understand the places where performance bottlenecks typically occurs....
Category: ASP.NetDate: 2/6/2010 3:27:00 AM
ASP.Net : 301 Moved Permanently – Redirecting URLs in ASP.NET
Search Engines would penalize my site if both the URLs http://www.etechplanet.com and http://etechplanet.com will return a "200 OK" code in the HTTP header....
Category: ASP.NetDate: 12/25/2009 3:43:00 PM
ASP.Net : ASP.Net Vs PHP: At A Glance
Microsoft's ASP.Net or the Open Source PHP are the very common languages used to develope the Web applications that rely on back end databases....
Category: ASP.NetDate: 11/16/2009 6:57:00 PM
ASP.Net : ASP.NET websites and Search Engine Optimization (SEO)
If you're developing for the Web then you should familiarize yourself with some Search Engine Optimization or SEO concepts....
Category: ASP.NetDate: 11/15/2009 9:18:00 PM
ASP.Net : Advantages of migrating from ASP to ASP.NET
ASP to ASP.NET migration can be done by just changing the extension from .asp to .aspx. But before transporting or migrate an .asp file to .aspx....
Category: ASP.NetDate: 11/15/2009 9:07:00 PM
ASP.Net : Optimize ASP.NET pages by reducing the size of the VIEWSTATE to rank higher on search engines
One way to optimize the pages you develop with ASP.NET is to keep a check on the view state of the page and the controls that are added to the page....
Category: ASP.NetDate: 11/15/2009 8:58:00 PM
ASP.Net : Getting Started with ASP.NET Classes
The class is an object-oriented programming term to refer to a data structure that describes an object or a data member. The .Net Framework has an exclusive set of class libraries....
Category: ASP.NetDate: 11/15/2009 8:46:00 PM
2 
Recent Comments