Thursday, December 10, 2009

Wizard Control in Asp.net

8:23 PM Posted by Unknown , 1 comment
Use wizard control in asp.net to give a step by step entry form.
override default buttons using the templates. The sidebar link must be given in a datalist















ValidationGroup="AddCandidateVal" />

ValidationGroup="AddCandidateVal" OnClientClick="return confirm('Are you sure you want to submit this information?');" OnClick="startfinishbuttonclick" />



Help Link