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. use windows usercontrol in web application

use windows usercontrol in web application

Scheduled Pinned Locked Moved ASP.NET
comhelp
5 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.
  • R Offline
    R Offline
    ramki pindi
    wrote on last edited by
    #1

    hi, this is kesava i created a windows usercontrol and make it as strong name and also registered using regasm after make site is trusted and i used in web application it works fine . But the problem is if i want to run this application on the other system it wont display the usercontrol . If anybody know the solution please send a mail to me(ramki.pindi@gmail.com)

    A 1 Reply Last reply
    0
    • R ramki pindi

      hi, this is kesava i created a windows usercontrol and make it as strong name and also registered using regasm after make site is trusted and i used in web application it works fine . But the problem is if i want to run this application on the other system it wont display the usercontrol . If anybody know the solution please send a mail to me(ramki.pindi@gmail.com)

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      What ?? You are telling me that you have placed a windows usercontrol in a web form?? :wtf: :wtf: I think what you did, is you called the process exe of that windows application which is installed in the server. In case of client, as they doesnt have that installed, it wont run. I think you need to clear up your basics on how web env runs before you actually proceed writing code. In web browser can only run html code. It cant understand anything other than this. If you want your client to run your application, you need to make them download the file and then install it to them and run that themselves. :doh:

      Abhishek Sur


      My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

      **Don't forget to click "Good Answer" if you like to.

      R 1 Reply Last reply
      0
      • A Abhishek Sur

        What ?? You are telling me that you have placed a windows usercontrol in a web form?? :wtf: :wtf: I think what you did, is you called the process exe of that windows application which is installed in the server. In case of client, as they doesnt have that installed, it wont run. I think you need to clear up your basics on how web env runs before you actually proceed writing code. In web browser can only run html code. It cant understand anything other than this. If you want your client to run your application, you need to make them download the file and then install it to them and run that themselves. :doh:

        Abhishek Sur


        My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

        **Don't forget to click "Good Answer" if you like to.

        R Offline
        R Offline
        ramki pindi
        wrote on last edited by
        #3

        I created the windows application as usercontrol and place the dll in the root folder of the web application .After that using tag i placed the usercontrol on the web page it works on my system but when i try to run this application it will show only the rectangle border on the other system.

        M 1 Reply Last reply
        0
        • R ramki pindi

          I created the windows application as usercontrol and place the dll in the root folder of the web application .After that using tag i placed the usercontrol on the web page it works on my system but when i try to run this application it will show only the rectangle border on the other system.

          M Offline
          M Offline
          Muhammad Mazhar
          wrote on last edited by
          #4

          This will require every client using page with user control must have .NET installed.

          Share your experience with others Check my Blog...

          R 1 Reply Last reply
          0
          • M Muhammad Mazhar

            This will require every client using page with user control must have .NET installed.

            Share your experience with others Check my Blog...

            R Offline
            R Offline
            ramki pindi
            wrote on last edited by
            #5

            in that system also having the .net

            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