Hello, Karl.
Thank you for your interest in our framework. Please pardon our delayed response.
> 1) Whenever I run my application I am redirected to user detail page. I want my first page to be the Login page (login.aspx). How can I do that?
It seems that you are using the AuthenticationActiveDirectory authentication, which is enabled by default. With this authentication type, the logon is performed automatically and the current Windows user name is used. To enable the interactive logon, swith to the AuthenticationStandard authentication. Refer to the Apply a Simple Security Strategy tutorial for details.
>2) Like your demo application I also want to have a LogOff button. Currently this link is not available in the solution I created.
The answer is the same - simply switch to AuthenticationStandard.
> 3) In you demo application user has the option make navigation either vertical or horizontal. I also want that my application should have a dropdown that allows user to switch between the two navigation.
In the MainDemo application, this functionality is handled by the ChooseTemplateController Controller. You can copy it to your ASP.NET module project "as is". By default, the code location is the following: C:\Users\Public\Documents\DevExpress 2011.2 Demos\eXpressApp Framework\MainDemo\CS\MainDemo.Module.Web\Controllers\ChooseTemplateController.cs.
> I know these questions may sound very obvious to you but your answer will really help me.
Do not hesitate to contact us if you have any questions related to our products, we are here to assist you!
Thanks,
Konstantin B
PS: Please open a new issue for each question you want to ask in the future. The Support Center concept does not allow multiple problems within a thread as this makes it difficult to properly track such items.
Is your intention to post an answer to your own question?
- If so, then proceed.
- If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
- If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.