You are currently browsing the category archive for the ‘DLL’ category.
Add namespce from DLL to web.config file
<system.web>
<pages>
<namespaces>
<add namespace=“System.Data.Sqlclient“ />
</namespaces>
<controls>
<add namespace=“AjaxControlToolkit“ assembly=“AjaxControlToolkit“ tagPrefix=“ajaxToolkit“ />
</controls>
</pages>
</system.web>

Recent Comments