Passing Values to ActiveX Controls during Runtime
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a Web Application Where I have created an OCX Control for working with Excel Files. The OCX Control also connects to the database. Now I want to know how can I pass the connectionstring to the OCX Control from my web page when the Control is loaded. Currently I have hard coded the connection string in the control but I want a way to pass it during runtime. Can anyone please give me some idea on this topic. Any help would be greatly appreciated. Thanks in Advance.