G
Guest
In order to add a web reference to a page, do you have to compile that page
into a .dll?
or can you add it somehow in the declaration?
namespace mySpace
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
somewere here?
into a .dll?
or can you add it somehow in the declaration?
namespace mySpace
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
somewere here?