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

Dec 17, 2011

Script All the Stored Procedures, Views, Triggers and Functions from The Database

4 comments
In my previous post I have show you how to generate database script using Wizard. In this article I will show you how to generate script for database object programmatically or using query In SQL Server 2005/2008 Management studio you can script all the database object using ‘SQL Server...

read more

Nov 26, 2011

SQL Server – 2008 – Generate Script of Database, Generate script to copy whole database schemas and All other object in database, like Tables with data, SPs, Views, Triggers, Functions, Database constraints etc.

4 comments
Check how to create a script using T-SQL While we are working on any project and uses SQL Server as a database, we often need to copy database schema either with data or without data to create database on other server. So it inspires me to write down the blog post about ‘how to generate SQL script...

read more

Author Profile

Total Pageviews

Categories

Followers

 
Top Programming   Sites Technology Top Blogs Technology blogs Technology Blogs

Sponsors