When I am using Different Class Library and want to save some document then error showing
The name 'HttpContext' does not exist in the current context
if u have any ideas about this then please give me
urgent
.
Thanks
Sanjay
System.Web.HttpContext
--Amit
Add reference in solution pane i.e.at your class liabrary
Then add the namespace to .cs file
as
using
System.web;
Read the question carefully.
Understand that English isn't everyone's first language so be lenient of bad
spelling and grammar.
If a question is poorly phrased then either ask for clarification, ignore it, or
edit the question
and fix the problem. Insults are not welcome.
Don't tell someone to read the manual. Chances are they have and don't get it.
Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.