1
Answer

Windows control library in Internet Explorer

weird_littlegirl

weird_littlegirl

20y
1.8k
1
Hi there, I'm trying to put a Windows control library that I created into a web page. The problem is when the page loads, I don't see anything, I just see a box where the control is supposed to be, but the control doesn't seem to load. I tried putting this control library into a regular windows form, and it works fine... Anyone know what the problem might be? The only thing I might see as a problem is that the control library has to connect to a database... But for now, both web server and database server are located on my local machine, so I just connect to the DB using Data Source=(local). Thanks in advance!!
Answers (1)
0
mohdali81comp

mohdali81comp

NA 56 0 20y
hi lilgirl from my experince i dont think that you are able to include a windows library into a web form you have to do the followind open your .NET choose new project then choose "web control library" and build your control this should work 100% wish you luck