473,401 Members | 2,068 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,401 software developers and data experts.

Web User Control

I have a web app that uses web user controls to facilitate code reuse however
I need the controls to run in a specific order when the page is posted back.
Is there anyway to specify the order in which the controls are processed?

The page is coded in vb.net

Jul 21 '05 #1
2 1605
By "processed" you mean the order in which they are loaded?

I believe you can do this by overriding AddParsedSubObject() on the page and
add each control to a collection you control (instead of the default page
controls collection). Then override OnInit and call a method that sorts or
arranges the controls the way you want it as it adds it to the page's
control collection.

I've done this before but not specifically to control the load order.
--
Klaus H. Probst, MVP
http://www.vbbox.com/
"poolguard" <po*******@discussions.microsoft.com> wrote in message
news:17**********************************@microsof t.com...
I have a web app that uses web user controls to facilitate code reuse however I need the controls to run in a specific order when the page is posted back. Is there anyway to specify the order in which the controls are processed?

The page is coded in vb.net

Jul 21 '05 #2
the problem I am having is with the order the controls are processed on the
post back to the server. I have a nav.ascx and a body.ascx and I need the
nav.ascx.vb to run before the bod.ascx.vb. I have tries to load the controls
in a different order with no luck the body.ascx is processed on the server
first no matter what even triggers the page post back or what order the
controls are loaded in

Thanks for you help so. let me know if you have any other ideas
"Klaus H. Probst" wrote:
By "processed" you mean the order in which they are loaded?

I believe you can do this by overriding AddParsedSubObject() on the page and
add each control to a collection you control (instead of the default page
controls collection). Then override OnInit and call a method that sorts or
arranges the controls the way you want it as it adds it to the page's
control collection.

I've done this before but not specifically to control the load order.
--
Klaus H. Probst, MVP
http://www.vbbox.com/
"poolguard" <po*******@discussions.microsoft.com> wrote in message
news:17**********************************@microsof t.com...
I have a web app that uses web user controls to facilitate code reuse

however
I need the controls to run in a specific order when the page is posted

back.
Is there anyway to specify the order in which the controls are processed?

The page is coded in vb.net


Jul 21 '05 #3

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

Similar topics

6
by: martin | last post by:
Hi, I am a web page and a web user control. My web user control is placed in my web page using the following directive <%@ Register TagPrefix="uc1" TagName="Header"...
1
by: Shourie | last post by:
I've noticed that none of the child controls events are firing for the first time from the dynamic user control. Here is the event cycle. 1) MainPage_load 2) User control1_Load user clicks a...
6
by: Steve Booth | last post by:
I have a web form with a button and a placeholder, the button adds a user control to the placeholder (and removes any existing controls). The user control contains a single button. I have done all...
4
by: louise raisbeck | last post by:
Resending this as own topic as didnt get answer from original. Would be grateful for a response from anyone that knows. Thanks. Hi there, I found your post really helpful..but i wondered if, once...
0
by: tony | last post by:
Hello! This is a rather long mail but it's a very interesting one. I hope you read it. I have tried several times to get an answer to this mail but I have not get any answer saying something...
8
by: fernandezr | last post by:
I would like to use a user control as a template inside a repeater. Some of the fields in the control should be hidden depending on whether or not there is data. I'm still a ASP .Net newbie so the...
0
by: davidr | last post by:
Hi, I have a panel that I load user Control in no problem. The problem arrises when I do a post back on one of these user controls. I have button it does a click event. In this click event I...
2
by: rn5a | last post by:
Assume that a user control (MyUC.ascx) encapsulates 2 TextBoxes with the IDs 'txt1' & 'txt2' respectively. To use this user control in an ASPX page, the following Register directive will be...
2
by: ChrisCicc | last post by:
Hi All, I got a real doozy here. I have read hundreds upon hundreds of forum posts and found numerous others who have replicated this problem, but have yet to find a solution. Through testing I have...
3
by: Fred Chateau | last post by:
I am trying to access a user control class, for a user control that is loaded dynamically, from the containing page. I have been able to access Web controls in the user control, but so far I have...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...
0
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...

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.