Results 1 to 7 of 7

Thread: Calling response.redirect from within a class *RESOLVED*

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982

    Calling response.redirect from within a class *RESOLVED*

    I want to use
    VB Code:
    1. response.redirect("somepage.aspx")
    from within a class.
    It is giving me an error
    Name 'response' is not declared
    I have added the line
    VB Code:
    1. imports system.web.HttpResponse
    but that doesn't help.
    Last edited by davidrobin; May 27th, 2004 at 09:05 AM.


    Things I do when I am bored: DotNetable

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width