RSS
 

Archive for the ‘Wizard Control’ Category

Wizard Control in Asp.net

23 Jan

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