Author Archives: Utkarsh Puranik
Aggregate values of a column when using a group by in oracle
For detailed usage of string aggregation visit http://bit.ly/ixVwcS
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
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
Creating, Installing, Debugging Windows Services
When I started working on windows services, I had some difficulty with how to install it, what are necessary functionalities, how to debug it etc. I am sharing my leaning from a beginner’s point of view that how to create … Continue reading
Useful Links Feb-2010
Some useful links that I found this month wandering on the internet thought it would be interesting to share. 101 Time-Saving Google Tricks for Work, Play and Learning Gmail Power Tips: How To Integrate Your Facebook, Twitter, Yahoo, Friendfeed In … Continue reading
Remove Special Characters from a string in SQL Server
Here is a sql script which I found on some forum while searching for the same which I thought is interesting enough to share. This script can be used to remove special characters from a string in SQL Server – … Continue reading
Retrieve Values From Querystring on Client-Side
Above code can be used to retrieve values from Querystring on the client-side i.e. via JavaScript. Use queryString function to retrieve a value. e.g.