Hi All



I know this is not strictly .NET with the iSeries but I hope you'll take
pity on me..(the application is driving of iSeries data)?



I am using an ASP.NET Wizard control and I want to disable the finish button
on the final step when the user clicks it and then submit the form. I'm
using the code below:



<FinishNavigationTemplate>

<asp:Button runat="server" ID="btnFinish" CommandName="MoveComplete"
onClientClick="javascript:this.disabled=true;document.aspnetForm.submit();"
/>

</FinishNavigationTemplate>



The Finish Button is disabled OK and the form does post back but it seems
that the Wizard Step Arguments are lost and the appropriate Step Activate
Event does not fire (it does fire when I omit the JavaScript). Does anyone
know how to submit the form with all arguments in place?



Many thanks for any help.



Kind Regards



Maurice O'Prey










As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.