how to use Response in vb.net module

G

Guoqi Zheng

Dear sir,

I would like to user response.redirect in a class module within an asp.net
web application. I keep getting an error of
"Reference to a non-shared member requires an object reference"

Can some one tell me is it possible to user response.redirect within a code
mudule and how???

Thanks in advanced.

Guoqi Zheng
guoqi AT meetholland dot com
Http://www.meetholland.com
 
P

Patrice

And the code is. the System.Web.httpContext class should give access to the
current request outside a page...

Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

dynamic meta tag 2
. in regular expression 3
string.indexof case insensitive 3
move code behind file to module 5
shift + ctrl charactor 2
validate an url 4
set a date value 1
where to look for the error 2

Top