B
batista
Hi,
I have created a user control in C#,and using it in one of my webpages.
Now, i want to do something like this:
call a function from user control(dll), but which is implemented in
the webpage's .cs or webpage's javascript(events).
Something like event handling.
Note: I wanted to create an ActiveX Control, i found out that user
control are used instead in .net.
Any suggestions on how to do it?
Bye.
I have created a user control in C#,and using it in one of my webpages.
Now, i want to do something like this:
call a function from user control(dll), but which is implemented in
the webpage's .cs or webpage's javascript(events).
Something like event handling.
Note: I wanted to create an ActiveX Control, i found out that user
control are used instead in .net.
Any suggestions on how to do it?
Bye.