Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Controls in c#

Controls in c#

Scheduled Pinned Locked Moved C#
csharpasp-nethelptutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sulabh2020
    wrote on last edited by
    #1

    Hi all, I want to change the property of button on one page "A" from other page "B" Please suggest me how to do same with out search control.

    Hello Forum Always be in touch to help about the topic ASP.NET

    C G 2 Replies Last reply
    0
    • S sulabh2020

      Hi all, I want to change the property of button on one page "A" from other page "B" Please suggest me how to do same with out search control.

      Hello Forum Always be in touch to help about the topic ASP.NET

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      sulabh2020 wrote:

      I want to change the property of button on one page "A" from other page "B" Please suggest me how to do same with out search control.

      I think this article[^] will help you. Since changing a property is just sending it a new value the concept given in the article will work. However, I'm not sure what you mean by a "search control". There is no search control in .NET. Sorry, I misread the original post. I thought you were talking about Winforms application as this wasn't in the ASP.NET forum. -- modified at 6:48 Saturday 15th September, 2007


      Upcoming FREE developer events: * Glasgow: db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ... My website

      1 Reply Last reply
      0
      • S sulabh2020

        Hi all, I want to change the property of button on one page "A" from other page "B" Please suggest me how to do same with out search control.

        Hello Forum Always be in touch to help about the topic ASP.NET

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        If it's a server control on a web page, then you can't do it. The server controls only exist while the page is being created, and only one page at a time is created for each user. The controls never exist at the same time. If it's an element on a web page, you have to use Javascript. If it a control on a form in a program, you need a reference to the form where the control is that you want to change.

        --- single minded; short sighted; long gone;

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups