Problem with Controls

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • poolguard

    Problem with Controls

    I am having a problem with some controls in a new web app I am developing.
    Here is the situation

    I have a Base class that is inherited by Form.aspx them Form.aspx loads 2
    controls Menu.ascx that never changes and a body control that is selected
    dynamically at runtime. On each of the body controls I have a Function for
    validating the page Val() . What I need to do is when an image button is
    clicked on the Menu.ascx I need to Fire off Val() in the Body control. Is
    this possible?

    I have tried setting a session var. but I have to load menu.ascx after the
    body control for the page or the body control does not function properly?
    Any ideas.

    Thanks
    Poolguard

  • thorpe

    #2
    Re: Problem with Controls

    wrong group. try something with .net in the name.

    "poolguard" <poolguard@disc ussions.microso ft.com> wrote in message
    news:E388EA24-EF0E-479D-929A-12676D11D611@mi crosoft.com...[color=blue]
    >I am having a problem with some controls in a new web app I am developing.
    > Here is the situation
    >
    > I have a Base class that is inherited by Form.aspx them Form.aspx loads 2
    > controls Menu.ascx that never changes and a body control that is selected
    > dynamically at runtime. On each of the body controls I have a Function for
    > validating the page Val() . What I need to do is when an image button is
    > clicked on the Menu.ascx I need to Fire off Val() in the Body control. Is
    > this possible?
    >
    > I have tried setting a session var. but I have to load menu.ascx after the
    > body control for the page or the body control does not function properly?
    > Any ideas.
    >
    > Thanks
    > Poolguard
    >[/color]


    Comment

    • Bob Barrows [MVP]

      #3
      Re: Problem with Controls

      thorpe wrote:[color=blue]
      > wrong group. try something with .net in the name.[/color]


      You mean "dotnet", There are no groups with ".net" in their names. Which
      explains the problem that newcomers have in finding the correct groups to
      which to post.

      Bob Barrows

      --
      Microsoft MVP - ASP/ASP.NET
      Please reply to the newsgroup. This email account is my spam trap so I
      don't check it very often. If you must reply off-line, then remove the
      "NO SPAM"


      Comment

      Working...