January 2011 - Posts

19
Comments

Create nice animation on your ASP.NET Menu control using jQuery by hajan

In this blog post, I will show how you can apply some nice animation effects on your ASP.NET Menu control. ASP.NET Menu control offers many possibilities, but together with jQuery, you can make very rich, interactive menu accompanied with animations and...
8
Comments

Create excel files with GemBox.Spreadsheet .NET component by hajan

Generating excel files from .NET code is not always a very easy task, especially if you need to make some formatting or you want to do something very specific that requires extra coding. I’ve recently tried the GemBox Spreadsheet and I would like to share...
Filed under: , ,
6
Comments

Linqer – a nice tool for SQL to LINQ transition by hajan

Almost all .NET developers who have been working in several applications up to date are probably familiar with writing SQL queries for specific needs within the application. Before LINQ as a technology came on scene, my daily programming life was about...
Filed under: , , , , , ,
19
Comments

Only 3 simple steps to create jQuery UI tabs content navigation in your ASP.NET Website by hajan

jQuery is definitely the most popular JavaScript library in the web. Together with jQuery, the jQuery UI library becomes very popular too. The reasons why jQuery UI library is popular are that its still lightweight, and with almost no coding you get astonishing...
Filed under: , , ,
5
Comments

Find odd and even rows using $.inArray() function when using jQuery Templates by hajan

In the past period I made series of blogs on ‘jQuery Templates in ASP.NET’ topic. In one of these blogs dealing with jQuery Templates supported tags, I’ve got a question how to create alternating row background. When rendering the template, there is no...
More Posts