473,399 Members | 2,278 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Loading custom user controls into asp.net 2.0 wizard help

I am using the asp.net 2.0 wizard with 5 steps and would like to do the
following:

Load a different .ascx (control) into each of the 5 steps

I can load them fine but I notice that every time I navigate between steps,
the entire UI 'flickers'.

By debugging the problem, I noticed that the page_load event for each of the
controls is called each time I click 'Next' or 'Previous' in the wizard
instead of just the control that got loaded into that step. Perhaps this
posting back to server each time is triggering the 'flicker'. I am not sure.

Any help/feeback will help!

Thanks
--
ANeelima
Oct 2 '07 #1
1 1658
That's normal, it should post back to the server to change pages
unless you are using AJAX.

You can put the entire wizard in an UpdatePanel from the ASP.net AJAX
Framework ( http://www.asp.net/ajax/ ) to have it load independently
of the rest of the page when postback is caused from within it
(changing pages). Then it shouldn't "flicker", but as another averse
effect it may not respond to page changes immediately and not inform
the user that it is loading (should be quick enough in most cases,
though). There is another control, the UpdateProgress control, which
can inform the user that it is loading.

-Michael Placentra II
On Oct 2, 11:32 am, ANeelima <neel...@newsgroups.nospamwrote:
I am using the asp.net 2.0 wizard with 5 steps and would like to do the
following:

Load a different .ascx (control) into each of the 5 steps

I can load them fine but I notice that every time I navigate between steps,
the entire UI 'flickers'.

By debugging the problem, I noticed that the page_load event for each of the
controls is called each time I click 'Next' or 'Previous' in the wizard
instead of just the control that got loaded into that step. Perhaps this
posting back to server each time is triggering the 'flicker'. I am not sure.

Any help/feeback will help!

Thanks
--
ANeelima
Oct 3 '07 #2

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

Similar topics

5
by: Dag | last post by:
Hi all, I have a project where we use lots of user controls. We would like to move them to private assemblied custom controls but from what I see this can't be done because the .ascx file must...
5
by: Arne | last post by:
What happened to custom controls in ASP.Net 2.0? I can't get my old custom controls from Asp.Net 1.1 to work in Asp.net 2.0
2
by: John | last post by:
Hi I was working fine with create user wizard and the default membership provider. I have now customised the membership provider as per attached web.config. The create user wizard picks up the...
12
by: Joe | last post by:
Hello All: Do I have to use the LoadControl method of the Page to load a UserControl? I have a class which contains three methods (one public and two private). The class acts as a control...
0
by: Damian | last post by:
I have created a custom calendar control for use in a VS 2005 wizard, which consists of a label, a textbox and a calendar control. When I select a date on the calendar control the textbox is...
15
by: rizwanahmed24 | last post by:
Hello i have made a custom control. i have placed a panel on it. I want this panel to behave just like the normal panel. The problem i was having is that the panel on my custom control doesnt...
0
by: AndySummers | last post by:
Hi We have just re-written a majour asp.net project to use a user control embedded in a web page. The main dll references 3 other custom controls and so to deploy the project I copy the 4 dll's to...
0
by: Mr. Bean | last post by:
Hi, I'm developing a web application that will be used build and executes complex search queries against a dB. col1 operator criteria (Add) (Remove) <==== an instance of a user control col2...
3
by: robbp | last post by:
Hi guys, I have a problem where i have a web page (inheriting from a master page which contains the scriptmanager control) containing a dynamically created wizard control. At runtime i add the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
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...
0
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,...

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.