• submitting disabled controls


    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

    PostTypeIcon