I have a custom view page class in an ASP.NET Razor web site (not MVC).What I need to be able to do i开发者_运维问答s determine the child pages that are within the parent page.Is there any way to dete
I was thinking about giving end users the ability to drop Part开发者_开发知识库ial Views (controls) into the information being stored in the database. Is there a way to execute a string I get from the
I have the following code and I want to put the table headers outside of the @foreach but when i move it outside It no longer sees the closingtag. Thanks
How could I use @if blocks to build the equivalent of this ? : inline code?Thx! grid.Column(\"Name\", \"Name\", format:@<text>
I have some images stored in a database as base64 strings and need to return them from an MVC controller. How can I do that without a memory leak?
I\'m trying to implement a simple blog, which contains topics models/Topic.cs public class Topic { public int ID {get; set;}
I\'m no guru in Razor syntax, but trying to build a generic library using a fluent-style à là Telerik\'s GUI components.
I\'ve used a javascript function before to create checkbox lists inside a table with a certain amount of columns.
I move aspx views to razor. Some things are not worked (null r开发者_如何学运维eference) : Page.RouteData.Values[\"IdeaType\"]
I\'m caught up on this error and beating my head - it seemed like it would be a real form so this error (and my inability to resolve it) has me going insane.