ever have the need to have disabled controls on your user interface, but actually need the data to be posted?
well in asp.net 2.0 you can now do that, check it out:
<form id="form1" runat="server" submitdisabledcontrols="true">
Monday, February 20, 2006 11:51 AM
All entries in this blog are my opinion and don't necessarily reflect the opinion of my employer or sponsors.