IsInputKey and embeded user control
ssg132_at_gmail.com
Date: 10/10/05
- Previous message: Oriane: "Re: Caspol and evidence"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 10 Oct 2005 09:35:29 -0700
Hi,
I have a .net user control which has the IsInputKey overriden to catch
keydown events of arrow keys. When I embed this user control in a web
page hosted in a iis server and try to open it through internet with an
internet explorer client with the .net framework installed I receive an
error and the .net control is not loaded.
The user control works correctly if:
1. I remove the IsInputKey function
2. I keep the IsInputKey function but open the web throught local
network, not throught Internet.
It seems that the .NET Framework does not consider the funcion
IsInputKey security enought to be called when you open an embeded user
control from outside your local network.
But then... How can I catch the keydown events of the arrow keys??
Any help would be appreciated.
Santi.
- Previous message: Oriane: "Re: Caspol and evidence"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|