Link to home
Start Free TrialLog in
Avatar of mrmad1966
mrmad1966

asked on

Dreamweaver Library Assett Equivalent In Visual Web Developer - How ?

Hi All
Just started using VWD instead of good old Dreamweaver. So in Dreamweaver I used to use the library assetts alot. As an example I had an assett in DW that was a simple mailto: with a few dozen email addresses, I then used to link to this assett from multiple pages, so one change to the assett and it was implemented on all web pages that used it !!

My question is how do I recreate this same functionality within VWD ?
PS.. I am quite desparate for some help on this one !!
Thanks Again
John
Avatar of Rouchie
Rouchie
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi there

Are you using any server-side languages (e.g. ASP) or just plain HTML?
If you are using plain HTML could you please check if your web host supports Server Side Include (SSI) functionality?

The problem with DW's assets is that DW secretly updates every page after you make a change to the asset, meaning after changing the asset every page needs to be uploaded.  This is why VWD seemingly doesn't have the feature, as there are much more efficient ways to carry out this task.
Avatar of mrmad1966
mrmad1966

ASKER

Hi
I am using dotnetnuke which essensially runs on .NET v2, but I have both html documents and .aspx that I would like to use . I was fiddling yesterday & I am thinking a web user control may be the item I need to use, do you think I am corect ??
And yes Brinkster who I intend to host with does include SSI, but as mentioned earlier I am only developing on my local machine at this moment in time ! Sorry if I seem a little vague, but Imstill getting my head around both dotnetnuke and aspx !!

Ta
John
ASKER CERTIFIED SOLUTION
Avatar of Rouchie
Rouchie
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
One other option to consider if you used assets to create the interface/page layout is master pages, or nested master pages.

http://weblogs.asp.net/scottgu/archive/2007/07/09/vs-2008-nested-master-page-support.aspx