CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 4/25/2006 10:01:32 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 67 Favorited: 0 Favorite
4 Items, 1 Pages 1 |< << Go >> >|
Maleki
Asp.Net User
trying to move buttons (next cancel etc) in wizard control4/25/2006 10:01:32 AM

0/0

Does anyone know how to move buttons around in the wizard control? I'm trying to move the cancel button over to the left hand side. (client wants it over there.)

Thanks in advance,

M
KerrAVon
Asp.Net User
Re: trying to move buttons (next cancel etc) in wizard control2/2/2007 2:25:05 PM

0/0

Was there ever an answer to this?  I also need to move the buttons.  i.e. put Cancel all the way to the left.
godless
Asp.Net User
Re: trying to move buttons (next cancel etc) in wizard control6/5/2007 2:34:15 PM

0/0

 You could use CSS in the NavigationTemplates

ASPX Markup

 

<StartNavigationTemplate>
<div class="WizardButtonsLeft"><asp:Button ID="CancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" OnClientClick="javascript:return confirm('Are you sure you want to cancel?');" /></div>
<div class="WizardButtonsRight"><asp:Button ID="StartNextButton" runat="server" CommandName="MoveNext" Text="Next"/></div>
</StartNavigationTemplate>
<StepNavigationTemplate>
<div class="WizardButtonsLeft"><asp:Button ID="CancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" OnClientClick="javascript:return confirm('Are you sure you want to cancel?');" /></div>
<div class="WizardButtonsRight">
<asp:Button ID="StepPreviousButton" runat="server" CausesValidation="False" CommandName="MovePrevious" Text="Previous" /><asp:Button ID="StepNextButton" runat="server" CommandName="MoveNext" Text="Next"/>
</div>
</StepNavigationTemplate>
<FinishNavigationTemplate>
<div class="WizardButtonsLeft"><asp:Button ID="FinishPreviousButton" runat="server" CausesValidation="False" CommandName="MovePrevious" Text="Previous" /></div>
<div class="WizardButtonsRight"><asp:Button ID="FinishButton" runat="server" CommandName="MoveComplete" Text="Submit Announcement" OnClientClick="javascript:return confirm('Are you sure you are finished?');" />
</div>
</FinishNavigationTemplate>

  

CSS:

 

.WizardButtonsLeft
{
clear: both;
float: left;
}

.WizardButtonsRight
{
float: right;
display: inline;
width: 250px;
}

  

You might have to play with the width of the WizardButtonsRight to get things to look right. 

Stevishere
Asp.Net User
Re: trying to move buttons (next cancel etc) in wizard control6/5/2007 4:13:27 PM

0/0

In Edit Columns you can add the controls you want and move them around in whatever order you wish.  You can also convert them to Templates for further configuration options. 

Hope this helps.


Steve Holzer
[email protected]
www.Em8s.net

Why don't computers do what I want them to do instead of....what I tell them to do!?!?!?

4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
ASP.NET 2.0 Black Book: black book Authors: Dreamtech Software, Dreamtech Software, Charul Shukla, Anil Kumar Barnwal, Dreamtech Software India, Pages: 1167, Published: 2006
Handbook of Human Factors in Web Design Authors: Robert W. Proctor, Kim-Phuong L. Vu, Pages: 738, Published: 2005
Microsoft Office Access 2003 Inside Out Authors: John Viescas, Pages: 1298, Published: 2003
Visual Basic for Electronics Engineering Applications: 5.0, 6.0, Vba, .Net, 2005 Authors: Vincent Himpe, Pages: 476, Published: 2006

Web:
trying to move buttons (next cancel etc) in wizard control - ASP ... trying to move buttons (next cancel etc) in wizard control. Last post 06-05-2007 12:13 PM by Stevishere. 3 replies. Sort Posts: ...
CodeProject: A Simple Wizard Control for .Net 2.0 with Full ... Feb 4, 2008 ... I was trying to find a control similar to the wizard in ASP.NET. ... CancelButtonEnabled - Defines whether the Cancel button is enabled or ...
CodeProject: Designer centric Wizard control. Free source code and ... The wizard control throws an event whenever somebody clicks the Cancel button. ..... The only trick inside wizard.cs part was to handle that the Next button ...
CodeProject: Cristi Potlog's Wizard Control for .NET. Free source ... This article introduces a sample wizard control for Windows Forms.; ... be further refined with some code to adjust the Next, etc. button sizes for the Dpi . ...
Tk::Wizard - GUI for step-by-step interactive logical process ... Text to supply in a 'tag line' above the wizard's control buttons. .... the pages is via Back and Next buttons, as well as Help, Cancel and Finish buttons. ...
A Tk::Wizard Framework It's mainly a class that creates a GUI wizard control in Tk. ..... events reqruied for + a good Wizard control when # the cancel button is clicked. ...
Inside Microsoft: Building Easy Navigation Using the ASP.NET 2.0 ... By default the Wizard control includes a side bar, and Next, .... Clicking on the Next button will move on to the next View as shown in Figure 6. Figure 6. ...
Wizard control -- changing activestepindex doesn't seem to work ... So, what I did was, when the next button is clicked, ... I had to set the wizard command event args property Cancel to true. ...
Tk-Wizard-Bases-1.07.readme The wizard feel is largly based upon the Microsoft(TM,etc) wizard style: the .... and *Next* buttons, as well as *Help*, *Cancel* and *Finish* buttons. ...
CodeProject: A .NET Wizard control. Free source code and ... Wizard has seven base events. First five events: Back, Cancel, Finish, Help and Next are events which thrown by wizard form control on buttons press. ...




Search This Site:










sitemap question.

get seletected node from a treeview with javascript

btnsubmit_click event does not fire when the page is used with a master page

problem displaying a control on a page

using 2 sitemaps getting a small conflict

setting a div's content in code behind

access master page property from base page

meta tags with asp.net?

treeview dynamically add/edit nodes in web app.

control rendering of treeview's nodes when databound to sitemapprovider?

how do i get master page's controls value into content page!!!

extending treenodecollection, sealed classes??

masterpages & contentplaceholders

some question follow the building a custom database-driven site map provider

ms crm / outlook web. statically positioned, dynamic menu selection. how is this done?

[asp2.0] stylesheet makes no affect.

newbie question re: contentplaceholder

menu control: giving space b/w 2 top level menu items

how do i write a value from c# code behind to a content place holder

asp.net 2.0 treeview indentation problems

how to tell asp.net it need reload skin files? thanks

how do i pass masterpage embedded parameters to content pages

imagemap control - onclick() server-side event is not firing ? !!!

sitemap

themes error in vista

masterpage & datasource: error

large sitemap

using meta tags with master/content pages in asp.net 2.0

missing 'masterpage'

update tree view every time its loaded..

  Privacy | Contact Us
All Times Are GMT