473,324 Members | 2,535 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,324 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 1601
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: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.