zinknation

Stories submitted by zinknation

RenderPartial to String and Rails-like RJS for ASP.NET MVC Beta(brightmix.com)

submitted by zinknationzinknation(30) 3 years, 6 months ago

This is an article about how you can go about Rendering a View (or usercontrol) to a string in your controller methods. Something you cannot do out of the box in MVC Beta. It also provides a framework, similar to Rails RJS, that allows you to build up dynamic javascript from the server-side in a very elegant fashion! read more...

add a comment |category: |Views: 30

tags: another

Retrieving Embedded Resources in ASP.NET 1.1(zinknation.net)

submitted by zinknationzinknation(30) 5 years, 5 months ago

The article describes my method for retrieving Embedded Resources in old school ASP.NET 1.1 projects. It loosely mimics the functionlity of ASP.NET 2.0's WebResource.axd! read more...

add a comment |category: |Views: 209

tags: another