Saturday, March 24, 2012

This must be so basic nobodys posting on it....

In my classic asp apps i use a left nav page which more or less controls the content shown in the right frame. 2 frame html frameset. In .net i can't quite figure out the best way to do that. Should i still use frames or is panel an option. It seems like people are not hopping page to page like I do in classic. Can anyone point me int he right direction? I've now collected several books and scoured the web with no answer to this really basic question...

Thanks,

ScottWhether you're using legacy ASP or ASP.NET, the "target" attribute of a hyperlink will still work. You can use frames in .NET if you want, of course, but it all boils down to what your requirements and taste are.

In the example you gave, my first thought would be to not use frames but rather a simple table and make your navigation area a user control (ascx). But there are also numerous other options to consider.

0 comments:

Post a Comment