Creating Objects ( response for example ) On The Fly

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
does anybody know, if I create an object like response on the fly in VB.Net
and use option strict on, then I receive an error. How can I avoid it ?
 
Perhaps some context would be helpful? Is this within an ASP.Net file? Are
you asking how to get access to an HttpResponse object within a .vb file of
an asp.net application? I'm really not sure what you are asking...

Karl
 
Back
Top