I have a object that is created in a seperate domain which needs to be
passed back to the parent class. Because this object is created in a
seperate domain if I try to pass the object back to the parent class
(different domain) I receive an error about "File Not Found". I know the
object is cr...
more >>
Hi All...
I have a Auditing system. I want to send Audit messages using attributes. I
managed to activate the ContextAttribute object, BUT it forced me to inherit
from ContextBound object (which is too much for me, cause I want to use this
attribute auditing also in web pages).
Is there any o...
more >>
How can I round up a float number?
For example:
If I have a number 3.6 I want to obtain 4 and
If I have a number 3.1 also to obtain 4
Thanks a lot.
Ruslan
...
more >>