|
-
Apr 10th, 2003, 06:43 AM
#1
Thread Starter
Addicted Member
how to register an active x control in framework as server side control.
i m making a simple Webusercontrol in C# in which i added some server side webforms control. in my form i want to Add a DT Picker control which is as an OCX ( MSCOMCTL32.OCX ) i.e. Windows Common control so i select it in Add Component and add it in Web Froms , it comes on web user control as an object which has all its attributes in HTML code . So far its good ...
but as i added this OCX from my my machine and its not a server side control , i am not able to access it in C# which only give access to server side control which r registered on server and have refference in assemblies . so i m not able to access any property of my active x i.e. DT Picker control . I want to know how i can register this OCX on framework at server side so that it can go to client as other serve side controls and i can access it in my C# code.
hope u will get wat i want to do .. if not clear please ask ..
if some one got ne clue pls tell me ..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|