Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Monday, March 4, 2013
HttpUtility does not exist in the current context
Solution:
Add reference to System.Web;
Use:
using
System.Web;
Newer Post
Older Post
Home