Mark82 Posted July 6, 2003 Posted July 6, 2003 I have made an activex control in vb6, i have added it to an aspx web page (VB) i want to set it to run as a server control, but the menu option for the control is not enabled. Does any one know why this is like it is. I can set any of the other controls to run as server controls. Thanks Quote
*Experts* mutant Posted July 6, 2003 *Experts* Posted July 6, 2003 To make controls run at the server you simply put: Runat = "Server" In the control's tag. Quote
Mark82 Posted July 6, 2003 Author Posted July 6, 2003 (edited) Thanks i realised that, but i was hoping to be able to, put some code against it in the vb module. Sorry i realise i'm not explaining this very well. its my first shot at ASP.NET so please bear with me for a while. Edited July 6, 2003 by Mark82 Quote
Mehyar Posted July 7, 2003 Posted July 7, 2003 I guess once you put it as a runat server control you will be able to see its events in the code behind vb module. Quote Dream as if you'll live forever, live as if you'll die today
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.