Feb 24, 2012

Enum Examples or How to Bind the DropDownList With Enum?

2 comments
Enum is the type provided by dotnet, it stores constant value in it. When we want to specify some constant value to use in the project then it is very usefull for readability. In this post I will show you how to declare an enum and how to use it in the program. Here I have bind the enum to the dropdown...

read more

Feb 14, 2012

Supported languages by SyntaxHighlighter

comments
Syntax highlighter is a tool which will highlight the code in correct Syntax. When on your blog or web site you want to show some programming code then it is very useful. In my next post I will show you how to add Syntax Highlighter in blogger or any webpage. Below is the list of all the supported...

read more

Feb 12, 2012

Change cursor to hand on mouseover using jQuery

4 comments
When ever we need to change the mouse cursor using JQuery then we can do it very easily. In my today's post I will show you how can we change the mouse cursor to the Hand type cursor while user hover mouse on the particular element. It is very simple just look at the below JQuery code.    ...

read more

Jan 7, 2012

SQL SERVER – 2005/2008 – User Defined Function to Strip HTML String Without Regular Expression

0 comments
Suppose sometimes we are saving HTML string into the database(SQL Server). Now when we want to display some limited characters on the web page like first 200 char, return string will not be proper HTML as it will leave some open HTML tag into it and hense it will not render HTML properely on the web...

read more

Author Profile

Total Pageviews

Categories

Followers

 
Top Programming   Sites Technology Top Blogs Technology blogs Technology Blogs

Sponsors