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. Web Development
  3. ASP.NET
  4. How to Get Display

How to Get Display

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
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.
  • A Offline
    A Offline
    aswini
    wrote on last edited by
    #1

    Hi.. I have a user control . in that i have a text box.. in a web form i am using another text box and button.. along with user control. now as soon as i type the text in user control text box, and click the button in web form , the text should be displayed in web form text box.. I am able to do it using Session.. Is there any other option of getting done??

    Aswini

    J S 2 Replies Last reply
    0
    • A aswini

      Hi.. I have a user control . in that i have a text box.. in a web form i am using another text box and button.. along with user control. now as soon as i type the text in user control text box, and click the button in web form , the text should be displayed in web form text box.. I am able to do it using Session.. Is there any other option of getting done??

      Aswini

      J Offline
      J Offline
      John ph
      wrote on last edited by
      #2

      aswini07 wrote:

      Is there any other option of getting done??

      TextBoxweb.text = Ctype(ucl.FindControl("textBoxcul"),TextBox).Text Session Objects are not meant for assigning value from one textBox to another. I recommend you to read a good ASP.NET Book to learn how to do such a thing.

      - Regards -
         JON


      Life is not measured by the amount of breaths we take, but by the moments that take our breath away.


      1 Reply Last reply
      0
      • A aswini

        Hi.. I have a user control . in that i have a text box.. in a web form i am using another text box and button.. along with user control. now as soon as i type the text in user control text box, and click the button in web form , the text should be displayed in web form text box.. I am able to do it using Session.. Is there any other option of getting done??

        Aswini

        S Offline
        S Offline
        Sherin Iranimose
        wrote on last edited by
        #3

        Hi, Write a public property for the user control
        Sherin Iranimose

        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