Monday, May 11, 2009

.NET annoyance 3

If you use masterpages expect all of your form variables to be renamed for you.
<input type="yourName" value=""/>
Is submitted as ctl00$body$yourName.
http://forums.asp.net/t/647306.aspx

No comments:

Post a Comment