Tagged Questions

1
vote
2answers
60 views

ASP.Net MVC: How can I easily change the tab color of my navigation menu based on the tab that I’m on?

I want to implement my navigation tabs somewhat like the ones on this site, and I've heard that this was built using ASP.Net MVC. If I'm on stackoverflow.com/users, than the "Users" menu tab is …
0
votes
1answer
30 views

Masterpage, Intelligencia url rewrite and updatepanel = possible ?

Hello all, I cannot seem to get my updatepanel to work while using urlrewrite. It does work in terms of code execution, but it refreshed my whole page instead of the usercontrol which contains the …
2
votes
2answers
80 views

Renderpartial conditionally on masterpage in asp.net mvc

Hi I have the following menus defined on my masterpage in a asp.net mvc web application <%Html.RenderPartial("AdminMenu"); %> <%Html.RenderPartial("ApproverMenu"); %> …
1
vote
4answers
155 views

Define derived class in Masterpage (c#)

All of the web forms / pages that my project extend on a derived class for the default page class. I.e. instead of public partial class myfirstpage:System.web.ui.page {} i have public partial …
0
votes
0answers
104 views

Forms Authentication and SharePoint ProfilePropertyLoader

I am trying to use the ProfilePropertyLoader to display a welcome message in this format: <SPSWC:ProfilePropertyLoader runat="server"/> Welcome, <SPSWC:ProfilePropertyValue …