Click here to Skip to main content
15,919,479 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIframe Customized scrollbar Pin
Vijayitsb6-Jul-09 22:21
Vijayitsb6-Jul-09 22:21 
QuestionCan we add a cancel button inside an asp.net wizard control? Pin
meeram3956-Jul-09 22:04
meeram3956-Jul-09 22:04 
AnswerRe: Can we add a cancel button inside an asp.net wizard control? Pin
r a m e s h6-Jul-09 22:49
r a m e s h6-Jul-09 22:49 
GeneralRe: Can we add a cancel button inside an asp.net wizard control? Pin
meeram3956-Jul-09 22:59
meeram3956-Jul-09 22:59 
GeneralRe: Can we add a cancel button inside an asp.net wizard control? Pin
r a m e s h6-Jul-09 23:26
r a m e s h6-Jul-09 23:26 
GeneralRe: Can we add a cancel button inside an asp.net wizard control? Pin
Abdulhafeezo6-Jul-09 23:28
Abdulhafeezo6-Jul-09 23:28 
GeneralRe: Can we add a cancel button inside an asp.net wizard control? Pin
r a m e s h7-Jul-09 0:20
r a m e s h7-Jul-09 0:20 
GeneralRe: Can we add a cancel button inside an asp.net wizard control? Pin
meeram3957-Jul-09 1:25
meeram3957-Jul-09 1:25 
Thanks a lot for your help in the first instance.

I think I got it.

I have added Wizard steps to the control. and also added start and step navigation template as follows:

<StartNavigationTemplate>
<asp:Button ID = "StartNextButton" runat="server" CommandName="MoveNext" Text="Next" />
</StartNavigationTemplate>
<StepNavigationTemplate>
<asp:Button ID="StepPreviousButton" runat="server" CausesValidation="False"
CommandName="MovePrevious" Text="Previous"
/>
<asp:Button ID="StepNextButton" runat="server" CommandName="MoveNext"
Text="Next" />
<asp:Button ID="CancelButton" runat="server" CommandName="Cancel" Text="Cancel" />
</StepNavigationTemplate>

I think if I put cancel button again in start navigation template, then it will also appear in first tab. But I feel the code is repeating. Is this the correct way to display the cancel button? Please suggest.

Thanks again!!

Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

QuestionProblem with IE Pin
Vimalsoft(Pty) Ltd6-Jul-09 21:38
professionalVimalsoft(Pty) Ltd6-Jul-09 21:38 
QuestionIIS 6 to IIS 7 not working with unmanaged code Pin
Le Sourcier6-Jul-09 21:20
Le Sourcier6-Jul-09 21:20 
AnswerRe: IIS 6 to IIS 7 not working with unmanaged code Pin
Member 1302000829-Nov-17 6:25
Member 1302000829-Nov-17 6:25 
QuestionProblem With Radion Button List Pin
ais076-Jul-09 20:08
ais076-Jul-09 20:08 
AnswerRe: Problem With Radion Button List Pin
r a m e s h6-Jul-09 22:38
r a m e s h6-Jul-09 22:38 
QuestionAbout Web Service Pin
Deepak the Cool6-Jul-09 19:48
Deepak the Cool6-Jul-09 19:48 
AnswerRe: About Web Service Pin
N a v a n e e t h6-Jul-09 20:14
N a v a n e e t h6-Jul-09 20:14 
GeneralRe: About Web Service Pin
Deepak the Cool6-Jul-09 20:52
Deepak the Cool6-Jul-09 20:52 
Questionhow can i reset list box selected index after button click event in asp.net? Pin
anish27patel6-Jul-09 19:44
anish27patel6-Jul-09 19:44 
QuestionDeleting is not supported by data source 'SqlDataSource1' unless DeleteCommand is specified. Pin
haleemasher6-Jul-09 19:38
haleemasher6-Jul-09 19:38 
AnswerRe: Deleting is not supported by data source 'SqlDataSource1' unless DeleteCommand is specified. Pin
Abhijit Jana6-Jul-09 20:09
professionalAbhijit Jana6-Jul-09 20:09 
GeneralRe: Deleting is not supported by data source 'SqlDataSource1' unless DeleteCommand is specified. Pin
haleemasher6-Jul-09 20:33
haleemasher6-Jul-09 20:33 
GeneralRe: Deleting is not supported by data source 'SqlDataSource1' unless DeleteCommand is specified. Pin
J4amieC6-Jul-09 23:43
J4amieC6-Jul-09 23:43 
AnswerRe: Deleting is not supported by data source 'SqlDataSource1' unless DeleteCommand is specified. Pin
Licky Nguyen22-Jul-09 1:02
Licky Nguyen22-Jul-09 1:02 
QuestionAnchror tag probelm Pin
indian1436-Jul-09 19:17
indian1436-Jul-09 19:17 
Questiondynamically added checkbox doesn't fire the event. Pin
prasadbuddhika6-Jul-09 19:06
prasadbuddhika6-Jul-09 19:06 
AnswerRe: dynamically added checkbox doesn't fire the event. Pin
N a v a n e e t h6-Jul-09 20:21
N a v a n e e t h6-Jul-09 20:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.