Hi Dave,
Thank you for contacting Microsoft.
Master page is a new feature introduced in ASP.NET 2.0. It gives you a
simple way to ensure the consistent look and feel to an entire application.
Here are some suggestions for whether to use Master page or Frame.
We usually use Master page when
1. Not concerned about a full page refresh
2. Development requires a highly modifiable inheritable page standard and
users will live with a page refresh
3. Need to be allow the user to bookmark a specific page
We usually use Frame when
1. Don't want full page refreshes
2. Have complex asp: control driven pages which can't be refreshed by data
only i.e. the asp: controls need to be generated into html by the web
server first
3. Need multiple areas of the page to be refreshed at different times by
the user
If there is anything unclear about this issue, please feel free to let me
know. Thanks a lot!
Thanks & Regards,
Frederick Wu
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
Business-Critical Phone Support (BCPS) provides you with technical phone
support at no charge during critical LAN outages or "business down"
situations. This benefit is available 24 hours a day, 7 days a week to all
Microsoft technology partners in the United States and Canada.
This and other support options are available here:
BCPS:
https://partner.microsoft.com/US/technicalsupport/supportoverview/40010469
Others:
https://partner.microsoft.com/US/technicalsupport/supportoverview/
If you are outside the United States, please visit our International
Support page:
http://support.microsoft.com/default.aspx?scid=/international.aspx.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.