Posts by Eugenio Spolti • 27 points
3 posts
-
-1
votes2
answers158
viewsA: How do I always return the same View, independent of Controller and Action?
Leonardo, You can create an action filter to intercept all requests when the application is in maintenance mode. The link below shows how to do this.…
-
1
votes1
answer896
viewsA: Increase line height of a gridcontrol devexpress
Using version 13.2 and the code below occurred the line break correctly. <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Width="100px"> <Columns>…
-
1
votes1
answer2218
viewsA: Open Modal Popup from another aspx page
You can expose yourself modal component in masterpage as a property. So you can access this component of the content pages. Look at this link:…