I was wondering if there is a way to load Content Page without loading the Master page (ASP WebForms for .NET 4.0)
Iam working on web app where client wants to add a user to DB from two diffrent places. Place 1 is a standard webpage under some url Place 2 is a modal dialog box which would open in another page to allow client to add user on the fly
As in "Place2" I was thinking on using iframe, that I dont know how to avoid loading additional master page.
Any suggestions ?!