Tuesday, March 1, 2011

Understanding Response/Request class in ASP.NET from HTTP point of view

Understanding Response/Request class in ASP.NET from HTTP point of view
HTTP is on the top of layers, Application. 




Hypertext Transfer Protocol -- HTTP/1.1

ClientIDMode is a big help for JQuery in ASP.NET WebForms


Problem:
Client ID for a server side tag is generated dynamically in ASP.NET, particularly in user control.
This way will make inconvenience for JQuery selector. 
Solution:
There is a new attribute in ASP.NET 4, ClientIDMode to solve this problem, Especially, Static and Predicable modes