Link to home
Start Free TrialLog in
Avatar of kperelman
kperelman

asked on

vb.net compiler reference

I have an asp page with a vb.net code behind

I have this statement:  Response.TransmitFile(Server.MapPath(....

This works fine but now I created a app_code/class.vb item to use globally in my site.  When I move the code Response.TransmitFile(Server.MapPath( to the new class item the compiler does not like the 'response' or 'server' reference so I need to know where these references are located?
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial