Tag Archives: ASP.NET MVC

Lightweight Rich Text Editor Control in ASP.NET MVC 2 – Part 2

The last post I made was the most basic way of getting that RTE control rendered in ASP.NET MVC. I explored it more and have found a more appropriate way of doing this. Below is the class for TextEditor Control. … Continue reading

Posted in Technology | Tagged , , , | Leave a comment

Lightweight Rich Text Editor Control in ASP.NET MVC 2

There is a Lightweight Rich Text Editor Control on jQuery. I used this in a personal project in MVC, it made my otherwise clean pages messed up so I extented it to a control. Following are the files which came … Continue reading

Posted in Technology | Tagged , , , | Leave a comment

ASP.NET MVC 1.0 Tutorial

This is the link I found for learning ASP.NET MVC, Its the first chapter from book ASP.NET MVC 1.0, this great to learn practical implementation of MVC after you  have the basic theoritical knowledge of it. It shows building of an … Continue reading

Posted in Technology | Tagged , , , | Leave a comment