Hi Here are some few steps to create WCF in asp.net 3.5 step1. Create one asp.net project like this Step2: Add WCF file like this Step 3: Add the oper
Interesting problem which I've seen asked several times within Microsoft forums and blogs, mostly asked by those who are just starting with Entity Fra
Early today I read the Scott Gu's blog listing the videos from the Mvc Conference that happened at the beginning of this month (February 2011) organiz
Today, I saw a person asking on forums on how to set selected item of dropdownlist using jQuery, I decided to write a blog on this. User will click th
About two months ago, the jQuery team have started working on the jQuery UI Grid plugin. This will be a great addition to the jQuery UI, something tha
-- 10- Line Feed, 13 - Carriage Return, 160 - SELECT LTRIM(RTRIM(REPLACE(REPLACE(REPLACE([YourColumn], CHAR(10), CHAR(32)), CHAR(13), CHAR(32)), CHAR(
SELECT 'a' AS [Character], ASCII('a') as [ASCII Value] SELECT 'b' AS [Character], ASCII('b') as [ASCII Value] SELECT ' ' AS [Character], ASCII(' ') as
DECLARE @MyString VARCHAR(50) SET @MyString = 'THIS IS MY TEST STRING' --REMOVE THE LAST CHARCTER BY USING LEFT FUNCTION SET @MyString = LEFT(@MyStrin
In this blog I will show how to get which RadioButton Group is not selected on the page with jQuery. User will click a button and the radio button gro
I have seen many people asking this question on forums "Difference between jQuery and JavaScript" . Some people are dilemma that jQuery is a kind of m
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script type="text/javascript" src="http:
<script type="text/javascript"> $(document).ready(function() { var itemCssClass = ""; $("table.tablesorter4 tbody tr").live('mouseover mouseout'
One of our programmer friends asked this query recently: I want to send an email to my site user once he clicks a button. This email will contain a li
In this blog I will show how to get selected value from dropdownlist using jQuery. I saw a person asking the same on the forums, therefore I decided t
Few days ago Microsoft has released the Sample Browser v2 of Microsoft All-In-One Code Framework. This is excellent news since it contains tons of sam
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script type="text/javascript"> functi
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script type="text/javascript"> alert(
In this blog I will show how to check whether a text contains blank space or not. I have used REGEX with C# for checking the blank space existence. Th
In this blog I will show to set background image with rollover effect for the button. I have used two images for the button one which will be visible
Today a person asked on the forums on how to populate dropdownlist with jQuery and ASP.NET. I decided to write a blog on the solution which I gave to
In this blog I will show how to show images in lightbox whose paths are stored in database. I have used sample data in the codebehind to fill the data
In this blog I will show how to scroll to top of the page with jQuery. The scrolling will be done in a smooth and animated manner. User will click the
Today a person asked aquestion on the forums regarding the difference between .live("click", function () and .click(function () . I decided to write a
Today a person asked on the forums on how to get the text of label in codebehind whose value is changed via JavaScript/jQuery. I decided to write a bl
In this blog I will show how to export the query results to CSV file in SQL server 2008. Today I was having this requirement where I need to export my