rolanty
09-29-2006, 09:11 AM
Hello,
I want to change the position of a label (or something else that can show text) dynamically in my ASP.NET (C#) page and I'm running out of solutions here:
1- I couldn't find the mouse controler events in webforms. Is there any way that I can specify mouse events in code (C#) section of my webform?
2- If there is no way I can handle mouse events, I can handle them in an application form (because as I've understood, mouse events are specified in System.Windows package, which doesn't exist in ASP.NET webform) and embed it to my webform. However, I don't know whether I can embed my application form into my webform (like adding an applet into HTML). Can I do that?
Is there another solution that I can accomplish my desire in my webform? Or do I need to change my design script to javascript or something else?
I'd be very glad if you show me a solution in this phase.
Regards..
I want to change the position of a label (or something else that can show text) dynamically in my ASP.NET (C#) page and I'm running out of solutions here:
1- I couldn't find the mouse controler events in webforms. Is there any way that I can specify mouse events in code (C#) section of my webform?
2- If there is no way I can handle mouse events, I can handle them in an application form (because as I've understood, mouse events are specified in System.Windows package, which doesn't exist in ASP.NET webform) and embed it to my webform. However, I don't know whether I can embed my application form into my webform (like adding an applet into HTML). Can I do that?
Is there another solution that I can accomplish my desire in my webform? Or do I need to change my design script to javascript or something else?
I'd be very glad if you show me a solution in this phase.
Regards..