Accessing web control library properties
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Can anyone please guide me how to set the properties of Windows Control Library dll when we are using it in HTML page ? Say for ex: I have a property : FileName in the rtfcontrol class. I need to assign file for the file name thru html. How will i do that ? It tried the following function callFun() { ucl.FileName = "abcdefg.xml"; } but says ucl is undefined. Let me know where have I gone wrong ? -Sreenath