Hi
Can anyone tell me how I get an html page to show my latest user control.
I created a simple user control in c# (vs2008 pro), copied the dll to the web site and added the html object tags to the page. Bingo! :)
Then I chnaged the control and copied the new dll to the web site, but the html page still showed the old control.
I checked the version number on the dll so I knew I had the new version.
I forced a changed by giving the new dll a new name :( But there must be a better way. :)
Any thoughts?
Thanks
Mark
Can anyone tell me how I get an html page to show my latest user control.
I created a simple user control in c# (vs2008 pro), copied the dll to the web site and added the html object tags to the page. Bingo! :)
Then I chnaged the control and copied the new dll to the web site, but the html page still showed the old control.
I checked the version number on the dll so I knew I had the new version.
I forced a changed by giving the new dll a new name :( But there must be a better way. :)
Any thoughts?
Thanks
Mark
Comment