364,085 Members | 5432 Browsing Online
Community for Developers & IT Professionals
Bytes IT Community

Windows control in .ASPX page

Karthikeyan.T.S
P: n/a
Karthikeyan.T.S
I have an .ASPX page in which a DLL (WindowsControlLibrary) has been embedded
through the <OBJECTtag. I am able to get the control visually by calling it
in the JavaScript.But I am unable to access the Public property/methods from
that WindowsControl.I am using .NET Framework 2.0.
What would be the reason for this ?
Kindly advise.

Jul 18 '06 #1
Share this Question
Share on Google+
1 Reply


Leon Mayne
P: n/a
Leon Mayne
I have an .ASPX page in which a DLL (WindowsControlLibrary) has been
embedded
through the <OBJECTtag. I am able to get the control visually by calling it
in the JavaScript.But I am unable to access the Public property/methods from
that WindowsControl.I am using .NET Framework 2.0.
What would be the reason for this ?
You should be able to access them, example:
http://www.codeproject.com/cs/miscct...wincontrol.asp

Have you included the form name in your statement to access the control?
e.g. Form1.YourControl.Property
Jul 18 '06 #2

Post your reply

Help answer this question



Didn't find the answer to your .NET Framework question?

You can also browse similar questions: .NET Framework