D
Dave
Hello.
I have a form which I'm going to use for displaying some messages, I will
pass in URL parameter message text and then assign it to some label.
But I want to write some static method which will receive text as parameter
and then response it to my message form.
But I can't use Response object from static method
Can anyone tell me how can I do or may be there is some better way to do
such task?
Thank you.
I have a form which I'm going to use for displaying some messages, I will
pass in URL parameter message text and then assign it to some label.
But I want to write some static method which will receive text as parameter
and then response it to my message form.
But I can't use Response object from static method

Can anyone tell me how can I do or may be there is some better way to do
such task?
Thank you.