Similar articles
DotNetShoutout - Latest published stories
ASP.NET 4.0 : Manipulate ClientID using ClientIDMode
Click here In this article I will discuss how you can manipulate the ClientId of each control being rendered in the browser. The article also demonstrates how you can use Predictable ClientId for dat...
ASP.NET Daily Articles
ASP.NET 4.0 : Manipulate ClientID using ClientIDMode
In this article I will discuss how you can manipulate the ClientId of each control being rendered in the browser. The article also demonstrates how you can use Predictable ClientId for data bound cont...
ASP.NET Weblogs
ASP.NET 4.0 and ClientID Mode
In this post I will be talking about a new enhancement in ASP.NET 4.0.It is now possible to set the name of your controls ClientID attribute, thanks to the ClientIDMode property. Developers requested ...
ASP.NET Daily Articles
ASP.NET 4 Web Control ClientID
ASP.NET 4 has given developers control over the rendering of the client side ID of Server controls by introducing a new property called ClientIDMode. This article explores the ClientIDMode property.
ASP.NET Weblogs
Permanently redirect your asp.net pages in ASP.Net 4.0
Hello all, In this post, I would like to talk about a new method of the Response object that comes with ASP.Net 4.0. The name of the method is RedirectPermanent . Let's talk a bit about 301 redirectio...