B
Brian Simmons
I'm hoping this is a really easy situation to solve. ASP.NET 2, C#
I've got these pages in a directory:
Default.aspx // I want this page to be accessible by anyone
EditGrid.aspx // I want this page to be accessible only after you've logged
in at Login.aspx
Login.aspx // This is the simple login page in order to access
EditGrid.aspx
Basically, Default.aspx is going to show a grid of data with no
editing/inserting/deleting capabilities and is viewable by anyone.
EditGrid.aspx is a page just for me (or other editors), and in order to get
to the page, you need to enter the appropriate credentials at Login.aspx.
Is there an easy way to set this up?
Thanks,
Brian
I've got these pages in a directory:
Default.aspx // I want this page to be accessible by anyone
EditGrid.aspx // I want this page to be accessible only after you've logged
in at Login.aspx
Login.aspx // This is the simple login page in order to access
EditGrid.aspx
Basically, Default.aspx is going to show a grid of data with no
editing/inserting/deleting capabilities and is viewable by anyone.
EditGrid.aspx is a page just for me (or other editors), and in order to get
to the page, you need to enter the appropriate credentials at Login.aspx.
Is there an easy way to set this up?
Thanks,
Brian