Browse by Tags

Related Posts

  • Lurking on a thread would be useful ...

    Hello, if I start a thread or if I reply to a thread, I get e-mail notifications every time there's any further activity on that thread, either by myself or by someone else. This is good! There are some specific threads that I find interesting and possibly very useful that I would like to follow...
    Posted to Feedback on this website (Forum) by gerrylowry on 01-31-2009, 12:00 AM
    Filed under: suggestion, thread, lurk, lurking
  • Should Html helpers be recategorized?

    The Html helper stuff (can't call it a class since it is mostly extension methods... ) seems to have two modes. In the first mode, you use it like this: <%= Html.ReturnSomething(stuff) %> In the other mode, you use it like this: <% Html.WriteSomething(stuff) %> or like this: <% using...
    Posted to ASP.NET MVC (Forum) by dougcook on 09-03-2008, 12:00 AM
    Filed under: suggestion, helpers, htmlhelper
  • Wiki Feedback

    I've blogged about it and just wanted to repeat my complaints about it here: I think it's a shame there is no real way to post source code to the Wiki without syntax-highlighting it offline. After all the Wiki is about programming, and programming is about source, so weeding through HTML if you...
    Posted to Feedback on this website (Forum) by Tigraine on 06-26-2008, 12:00 AM
    Filed under: suggestion, ASP.NET Wiki, feedback
  • Re: Web User Controls + Controllers?

    Yeah. you can put a Controller class anywhere, even the root if you like, but i like \Controllers\Controls for a controller which renders a control as opposed to a page. Then when you want to render your control, you don't use Html.RenderUserControl, what you do is call a method on a controller....
    Posted to ASP.NET MVC (Forum) by tgmdbm on 01-20-2008, 12:00 AM
    Filed under: suggestion, Controller, Framework
  • Re: MVC Architecture

    That's an excellent point, and obviously one I overlooked. I guess then what we'd want is something that specifies an interface (or contract of some sort) for the post data expected by a controller action. Instead of having to apply that interface/contract to the entire view, then maybe we're...
    Posted to ASP.NET MVC (Forum) by jrnail23 on 01-16-2008, 12:00 AM
    Filed under: mvc view, suggestion, view interfaces, Controller, partial view, typedview
  • Re: Controlling whitespace when using server-side evaluation

    Nice call, Brail for Monorail has the ability to have <%... -%> The - before the closing script tag tells Brail to squash the new line. It makes for some very nice html. I f we are talking about extending the asp.net compiler for MVC , I would throw this into the mix.
    Posted to ASP.NET MVC (Forum) by abombss on 12-19-2007, 12:00 AM
    Filed under: MVC, suggestion
  • MVCToolkit and nulls

    Hi I'd like the MVCToolkit to be tolerant of nulls. I've been using ?? "" to avoid the null errors. <%= Html.TextBox( "Name", ViewData.Name ?? "" ) %> As an aside, I'm really excited about extension methods, cos you can call them on null objects!!!!!! public...
    Posted to ASP.NET MVC (Forum) by tgmdbm on 12-19-2007, 12:00 AM
    Filed under: MVCToolkit, suggestion, Extension methods
  • Filter Search results by Post Count

    When I perform a search on the forums, I'd like to be able to remove all threads from my results set that only have one Post in the thread. There has yet to be a time I've found relevant information in a thread with only one post. It would make it easier using the search built into the site if...
    Posted to Feedback on this website (Forum) by billrob458 on 07-25-2007, 12:00 AM
    Filed under: suggestion
  • Website suggestion - Spliter control

    http://ajax.asp.net/docs/tutorials/CreateSimpleAJAXApplication.aspx I have been using ajax before .net (ie many ways to skin a cat) and now getting used the fab stable framework coming out of MS. So I am working through the examples on the above link and noticed a problem (I also have a wide screen monitor...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by doug.thompson@william-reed.co.uk on 04-08-2007, 12:00 AM
    Filed under: Suggestion, workaround
  • Better use of Forums main page space?

    Hi, Hit ASP.net --> Forums and what do you see? I see mostly stuff that belongs there - from a usablity and practicality standpoint. There's a clear designation of where you are, through the logo and menu bar that gives easy access to the rest of the ASP.net site. Below that, a small bit of ad space...
    Posted to Feedback on this website (Forum) by Brian27 on 01-30-2007, 12:00 AM
    Filed under: suggestion, Forums, guidlines, How to post and reply
Page 1 of 2 (18 items) 1 2 Next >