Quantcast
Channel: Web Forms
Viewing all articles
Browse latest Browse all 23244

How to get the correct dll part on the webpage?

$
0
0

Hello. I made the USERCONTROL on dll for this question like the below, that is worked well in winform.

namespace ClientModule
{
    public partial class UIControl : UserControl
    {
        public UIControl()
        {
            InitializeComponent();
        }
        private void button1_Click(object sender, EventArgs e)
        {
            MessageBox.Show("this is smartclient");
        }
    }
}

1. I tried to put this dll on the html like the below code.

when I call the default webpage, the webpage is normal except the dll part.

How to get the correct dll part on the webpage? (sample code, steps or settings?)

<html><head><title>스마트 클라이언트 따라 하기 예제</title></head><body><h1>Browser Embedded Smart Client Example</h1><object classid="ClientModule.dll#ClientModule.UIControl" width=100% height=240></object></body></html>


Viewing all articles
Browse latest Browse all 23244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>