Web Application Navigation

  • Thread starter Thread starter Joris Dobbelsteen
  • Start date Start date
J

Joris Dobbelsteen

I'm currently developing a web application using Visual Studio .NET 2003.
Getting started I'm missing the features that InterDev did provide. Mining
through the MSDN didn't work out for me, as I can't find what I'm looking
for and I don't get any closer.

Basically I'm missing the themes, as InterDev and FrontPage provide.
More important, I'm missing the navigation and shared borders.

Perhaps I'm overlooking something?

My, not so nice, workarround is to use FrontPage 2003 for this. Perhaps
there is another solution to this problem? I don't want to use frames, as I
have rejected these several years ago for the problems they face you with,
when navigating through the site. And especially when you want to go
directly to a single page.

Thanks

- Joris
 
VS.NET is not very good for heavy duty web design. Typically, people do
their page design in another application better suited for the job, and then
write all their code in VS.NET.
 
Back
Top