Hi vijay,
The current implementation does not support changing the page properties, although there are several
hacks
However, I would like to suggest the easiest way for your requirement.
1. Create a user control and add the following logic on Page_Load()
By doing so, you are checking whether the user that access the page has been authenticated. If not and the page name is "redirect" it will be sent to your custom login page using Response.Redirect Method.
You can modify the code and create a collection of pages that will have custom login pages.
Sincerely yours,
Ivan Dimitrov
the Telerik team