G
Guest
I have a window control library with a user control abd I need to add this
dll to the aspx web pag.
How can I do this.
Thanks,
RK
dll to the aspx web pag.
How can I do this.
Thanks,
RK
I have a window control library with a user control abd I need to add this
dll to the aspx web pag.
How can I do this.
Thanks,
RK
Thanks Laurent,
What I did is created Window control library and created a User Control in
it.
And then in my web project I added the OBJECT Tag like this:-
Now the problem I am having is that in my web project I have to click the
User control twice. I think first click activates the control, which could be
anywhere in the User Control area (on the web form). And the Second on any
system control (like button) inside the User Control.
How can handle this extra click of activating the User Control.
Thanks,
RK