473,545 Members | 2,451 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can UserControls be used on different Wizard Control Steps?

Jav
Using Asp.Net 2.0
I need to acquire rather large amounts of data from the user in my Web App.
I have created UserControls to handle different aspects of this data. Placing
these UserControls on the different steps of a Wizard is becoming
problematic, however.
If I drag a UserControl onto a step it gets added at position 0,0 and cannot
be moved. I can place an Html Layer on the wizard step and then drag the
control into it. However, at runtime the controls added on successive pages
show through resulting in a jumbled mess as if all controls were transparent
and were on a single step.

Would appreciate some guidance. Thanks
Jav
Jul 11 '06 #1
1 1337
Jav
Simple. Just make sure those UserControls are in fact on separate steps.
Jav

"Jav" wrote:
Using Asp.Net 2.0
I need to acquire rather large amounts of data from the user in my Web App.
I have created UserControls to handle different aspects of this data. Placing
these UserControls on the different steps of a Wizard is becoming
problematic, however.
If I drag a UserControl onto a step it gets added at position 0,0 and cannot
be moved. I can place an Html Layer on the wizard step and then drag the
control into it. However, at runtime the controls added on successive pages
show through resulting in a jumbled mess as if all controls were transparent
and were on a single step.

Would appreciate some guidance. Thanks
Jav
Jul 11 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4334
by: Nick | last post by:
Is there anyway to get a javascript confirm button on the wizard control so that when a user clicks "cancel" it can prompt something like... "Are you sure you want to cancel? Your changes will not be saved."
0
2060
by: Bill Gauvey | last post by:
I have a wizard control on a page with the first two setps are static, created in the VS2005 UI; the remaining steps are created dynammically. For some reason I cant get it to retain in the viewstate. In the Page_Init I create the wizard steps. There will be 17 steps in all. protected void Page_Init(object sender, EventArgs e) { if...
1
1673
by: rdlauer | last post by:
Two (hopefully) quick questions for you all: 1. Is there any way within a Wizard Step to programmatically determine whether or not a postback has occurred? It appears as though, after the first step, you are always posting back (which makes sense). However, there are plenty of times when you would want to only execute code if the Wizard...
0
1349
by: Ram | last post by:
Hi All, I am using a wizard control in a nested master page. I have added 3 steps in the wizard. I have placed only a single label control in each of the wizard steps. While running the application, I am able to navigate to the next step ( step 1 to step 2) by clicking the next button. But I couldn't proceed further in step 2. ie On...
2
1187
by: Robert Mago | last post by:
Hi, I have been using web usercontrols on 2003 for a very long time and i find them userful for modularity. Usually what i do is create a subfolder called 'UserControls' for example and placed the web usercontrols there ( i would change the namespace to *.UserControls. ). However, when i tried this in VS2005, i couldn't get an instance of...
5
21722
by: Nick Gilbert | last post by:
Hi, I'm using the asp:Wizard control and on some of the steps, I would only like the user to be able to progess to the next step by clicking an image button. Therefore I would like to be able to hide the Next button on these steps. Is there any way to do this? I know you can convert the navigation to a template, but this is a
1
2297
by: Nightcrawler | last post by:
I am using a Wizard control with 5 steps. On step 2 the user is present with a radiobuttonlist with two listitems in it. If the first radiobutton is selected I want to take the user to step 3, if the second is selected I want to take the user to step 4. I have the OnActiveStepEvent that fires on every step and the code looks like this: if...
0
1262
by: Larry R | last post by:
I am having a problem with saving some state between user controls.I know that it is a event/lifecyclye thing, but can;t quite find the right event. Here is the setup: I have a Customer BO that is stored in session. There is a wizard that gets the id, loads the Customer, allows changes, then saves. Simple, right? Since the steps in the...
4
1003
by: Cirene | last post by:
I have some user controls that are inside a formview control. I use the usercontrols in the EditItemTemplate, ItemTemplate and the InsertItemTemplate of the formview. In a 3 templates the user controls have the exact same name (uc1, uc2, uc3). In my formview_modechanging even I am trying to autopopulate the user controls, if data exists. ...
0
7680
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7934
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7446
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7778
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6003
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5349
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4966
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3459
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.