R
Ruben Altman
Well, I found that my test page works if I write this
directive on my test page:
<%@ Assembly Name="Microsoft.Web.UI.WebControls,
Version=1.0.2.116, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" %>
Now my question is weather there is a way to make the
programmer oblivious to the use of the
Microsoft.Web.UI.WebControls dll. I'll have to deploy this
assembly with my webcontrol, but I don't want the
programmer to write special code because of the way my
component is developed.
Thanks again,
Ruben
directive on my test page:
<%@ Assembly Name="Microsoft.Web.UI.WebControls,
Version=1.0.2.116, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" %>
Now my question is weather there is a way to make the
programmer oblivious to the use of the
Microsoft.Web.UI.WebControls dll. I'll have to deploy this
assembly with my webcontrol, but I don't want the
programmer to write special code because of the way my
component is developed.
Thanks again,
Ruben