Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Question regarding user controls

Reply
Thread Tools

Question regarding user controls

 
 
=?Utf-8?B?RG90TmV0RGV2?=
Guest
Posts: n/a
 
      10-27-2006
Hi

I have a control (child2.ascx). Which I place in a repeater in another
controls (child1.ascx). Child2.ascx is again placed in a repeater on a
Page(Page1.aspx).

What will be a good way to pass some properties? For example on Page1.aspx I
have a variable '_isAdmin'. Based on this variable I want to initialize
'_isAdmin' variables in both child controls.

How should I do this?

Thanks in advance.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      10-27-2006
If you make a public IsAdmin Property (not a public field -- a real property)
then you can set this property either programmatically or declaratively in
the markup. You can even provide an overloaded ctor that accepts and sets the
value.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"DotNetDev" wrote:

> Hi
>
> I have a control (child2.ascx). Which I place in a repeater in another
> controls (child1.ascx). Child2.ascx is again placed in a repeater on a
> Page(Page1.aspx).
>
> What will be a good way to pass some properties? For example on Page1.aspx I
> have a variable '_isAdmin'. Based on this variable I want to initialize
> '_isAdmin' variables in both child controls.
>
> How should I do this?
>
> Thanks in advance.

 
Reply With Quote
 
 
 
 
=?Utf-8?B?RG90TmV0RGV2?=
Guest
Posts: n/a
 
      10-27-2006
Thanks for your response.

I can do through Markup for the Child1.ascx (embeded in the .aspx page). But
I'm running into problems trying to do the same thing in markup of
Child2.ascx which is embeded in Child1.ascx. If I hardcode 'true' in
child2.ascx it would work.

Seems to be because sequence of different events. Still trying to figure out.

Thnx.




"Peter Bromberg [C# MVP]" wrote:

> If you make a public IsAdmin Property (not a public field -- a real property)
> then you can set this property either programmatically or declaratively in
> the markup. You can even provide an overloaded ctor that accepts and sets the
> value.
> Peter
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "DotNetDev" wrote:
>
> > Hi
> >
> > I have a control (child2.ascx). Which I place in a repeater in another
> > controls (child1.ascx). Child2.ascx is again placed in a repeater on a
> > Page(Page1.aspx).
> >
> > What will be a good way to pass some properties? For example on Page1.aspx I
> > have a variable '_isAdmin'. Based on this variable I want to initialize
> > '_isAdmin' variables in both child controls.
> >
> > How should I do this?
> >
> > Thanks in advance.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Controls.Count, Controls.IsSynchronized, and Controls.SyncRoot Nathan Sokalski ASP .Net 4 09-05-2007 03:27 AM
using javascript in User controls to access server controls of the user control Faizan Ahmed ASP .Net Building Controls 1 01-04-2005 04:09 PM
using javascript in User controls to access server controls of the user control Faizan Ahmed ASP .Net Web Controls 1 01-04-2005 04:09 PM
Question regarding interactive user controls =?Utf-8?B?TWFubnkgQ2hvaGFu?= ASP .Net 1 10-17-2004 05:41 PM
Newbie Web Service Question regarding User Controls Billy Boy ASP .Net Web Services 2 03-06-2004 04:07 PM



Advertisments