Detect Edit Mode
I have used asp.net 2.0 wizard control where I have about 4 steps each of them contains web user control. In each active step, when the control loads first time, i display the information from query. User can click on Edit button inside the control and i display the user control in edit mode with two buttons(Save and Cancel). At this point, i don't want user to click on the other step links. Is there any way to disable other step links while in edit mode???
|