Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
Event registration app with QR/Paypal
Home
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
http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
http://www.w3.org/Protocols/rfc2616/rfc2616.html
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
http://msdn.microsoft.com/en-us/library/system.web.ui.control.clientidmode.aspx
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)