Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am using
Response.Clear();
 Response.Buffer = false;
 Response.AddHeader

all these keyword showing error in silverlight 4.

Please help.

Thanks & Regards,
Kunal
Posted
Updated 14-Apr-11 20:33pm
v3
Comments
Jeffrey Enzo 15-Apr-11 3:25am    
You could try the Silverlight forum http://forums.silverlight.net/forums

None of that names are keywords. Calling them keywords shows that you do not understand what are you righting. Trial-and-error method will get you nowhere, even if you ask Questions like that. Your only change to move forward it to step back and learn some basics of programming.

Good luck, best wishes,
—SA
 
Share this answer
 
Silverlight is a client-side browser plugin app. It is not a web application (in the normal sense of that term). You are not serving pages in response to HTTP requests and therefore it doesn't make sense to think about 'Response'. You should probably read up on a technology at least a small amount before trying to use it ...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900