Tagged Questions

0
votes
1answer
28 views

CHM Style web-based HELP Utility

I need to create a chm style web-based help. Do you know any such utility? The product is developed on C# and it would be great the help is also developed on C#. Thanks.
0
votes
0answers
21 views

Easiest way to open chm files programmatically?

Hi, I have a legacy 32-bit application written in Borland's C++ Builder. I need to show specific pages from within a HtmlHelp file programmatically. Until now I've been doing this …
0
votes
2answers
88 views
0
votes
2answers
41 views

LoadLibrary on OCX file fails in Windows 7 x64

Hi, I need to open a html help file from within a legacy windows application written in old version of C++ Builder. HtmlHelp is loaded via HtmlHelp.ocx, which I am loading via Loa …
0
votes
2answers
129 views

Reusing ViewPage/HtmlHelper in seperate project in ASP.NET MVC using C#

I want to use the ViewPage/HtmlHelper class in the System.Web.Mvc namespace in a seperate project. I imported the relevant libraries and then tried this: using System.Web.Mvc; usi …
0
votes
1answer
45 views

ASP.Net MVC 2.0 Html.HiddenFor HtmlHelper extension doesn’t return the Value.

We're trying to be type-safe in our views and use the new ExpressionInputExtenssion HtmlHelpers, but we are seeing some inconsistent results. We have a view that looks like this: …
1
vote
3answers
67 views

When should I use HtmlHelper Extension Methods?

I am increasingly finding situations where my ASP.NET MVC view requires some logic to perform layout. These routines have no place being in either my model or my controller. I have …
0
votes
2answers
42 views

Unit Testing HtmlHelper that Needs to Access Data Layer

I am trying to create a unit test for an HtmlHelper that accesses my data layer to get a string. I have looked at a lot of posts around this and I am probably missing something. …
1
vote
2answers
31 views

Html.BeginForm() type of extension.

Does anyone know the syntax for creating a custom HtmlHelperextension method which behaves like.. <% using (Html.BeginForm()) {%> <p>Loads of html stuff here </p&g …
0
votes
1answer
25 views

HtmlHelper Extension - User Conrol

Hi, I have a custom user control called ErrorNotificationBox. To place that on my page I do the old... <%@ Register Src="~/PathTo/ErrorNotificationBox.ascx" TagName="ErrorNot …
0
votes
6answers
898 views

Is there an ASP.NET MVC HtmlHelper for image links?

The Html.RouteLink() HtmlHelper works great for text links. But what's the best way to link an image?
0
votes
1answer
67 views

passing css class name to asp.mvc view helper

In ASP.NET MVC view helper, you can do something like <%= Html.ActionLink("click me", "DoSomething", null, new { someAttribute = "a value" } ) %> which will produce the f …
0
votes
4answers
90 views

Controlling Output Indentation in ASP.Net MVC

My colleague is extremely 'hot' on properly formatted and indented html being delivered to the client browser. This is so that the page source is easily readable by a human. First …
1
vote
1answer
692 views

HtmlHelper methods and RouteValueDictionary

When writing an htmlhelper extension if I want to support the similarly structured ctors for my htmlhelper extension method, I use RouteValueDictionary as follows: public static s …
0
votes
3answers
876 views

There is no ViewData item with the key ‘Blah’ of type ‘IEnumerable<SelectListItem>’.

This error message is driving me nuts. I'm getting it when using Html.ListBox and Html.DropDownList HtmlHelpers with ASP.NET MVC v1.0. Populating the lists works OK - I can view t …

1 2 3 4 next
15 30 50 per page