Wednesday, May 27, 2009

How to download a file from server using asp.net C#

Downloading a file from server is a common task for most of the applications. Such as client wants to offer free download, free newletter etc. And i am sure that when you read this post you will get another articles with source code download facility. Am i right? Which means its our common task. Here i will try to show you how we can write the code to download a server file into our client or

Tuesday, May 26, 2009

How to bind a XML file to a GridView using Asp.net C#

Recently one of the most popular data source is XML. For simplicity developer wants to make an XML file since its easy to use in the Asp.net built in data controls like GridView. In this post i will try to show you how one can bind easily XML file as a data source of GridView control. In the later section i will discuss how to bind XML file to a GridView control in run time.Focus Area:1. Bind XML

Tuesday, May 19, 2009

How to Import Excel Spreadsheet Data into SQL Server Database using ASP.NET C#

After developing an web application when you ask the operator to enter all existing data into the input interface then most of the cases the operator told you i have an Excel sheet please upload those data into the database which will reduce my time as well as human errors. This is the most common scenario. So you have to develop an interface where user can select an excel sheet to import into

Sunday, May 17, 2009

Taylor Alison Swift American country-pop singer

Taylor Alison Swift (born December 13, 1989) is an American country-pop singer-songwriter. In 2006, she released her debut single "Tim McGraw", which peaked at number six on the Billboard country charts. Later in October 2006, she released her self-titled debut album, which produced five hit singles on the Billboard Hot Country Songs charts and was certified 3× Multi-Platinum by the RIAA. The New York Times described Swift as "one of pop's finest songwriters, country’s foremost pragmatist and more in touch with her inner life than most adults".
Celebrity Photo






Taylor Alison Swift (born December 13, 1989) is an American country-pop singer-songwriter. In 2006, she released her debut single "Tim McGraw", which peaked at number six on the Billboard country charts. Later in October 2006, she released her self-titled debut album, which produced five hit singles on the Billboard Hot Country Songs charts and was certified 3× Multi-Platinum by the RIAA. The New York Times described Swift as "one of pop's finest songwriters, country’s foremost pragmatist and more in touch with her inner life than most adults".

According to Nielsen SoundScan, Swift was the biggest selling artist of 2008 in America with combined sales of more than four million albums. Swift's Fearless and her self-titled album finished 2008 at number three and number six respectively, with sales of 2.1 and 1.5 million. She was the first artist in the history of Nielsen SoundScan to have two different albums in the Top 10 on the year end album chart. Fearless has topped the Billboard 200 in 11 non-consecutive weeks. No album has spent more time at number one since 1999-2000. It also the first album by a female artist in country music history to log eight weeks at #1 on The Billboard 200. In mid-January 2009, Swift became the first country artist to top the 2 million mark in paid downloads with three different songs. As of the week ending February 8, 2009, Swift's single "Love Story" became the country song with most paid downloads in history and the first country song to top the Mainstream Top 40 chart.

Friday, May 15, 2009

List of Built-in String Functions in SQL Server

String manipulation is one of the most important task for each developer of each language. Its not possible to remember all string list cause as a human we have few limitations. Everytime i google different type of built in functions for different languages. If i can write a complete list of string functions with its corrsponding syntax (parameter list with description) then it will help me as

Thursday, May 14, 2009

DATEPART, DATEADD, DATEDIFF SQL Server Standard Datetime Function

SQL SERVER Transact-SQL provide us a set of functions to retrieve the current date and time or the parts of a DATETIME or SMALLDATETIME value. Say, you can extract the day, month or year from a datetime value, as well as the quarter, week, hour or even the millisecond. In this article, I will describe each of these functions with appropriate syntax and provide the best practical examples like (

For each Category or Group Select FIRST N rows, TOP N rows, LAST N rows, BOTTOM N rows, Random data

First of all i want to tell you one truth that SQL SERVER never guranteed physical sequence of data. You can retrieve/obtain data logically. Another one is its a bit difficult for SQL SERVER 2000 but easy for 2005. Initially i tried to start with simple example so that beginner can track the post easily:Focus Area:1. TOP N2. Bottom N3. Random Records4. Group or Category wise To follow the below

Monday, May 11, 2009

Jennifer Aniston Gallery Sexy

Jennifer Aniston Gallery Sexy Girls

Jennifer Aniston Gallery Sexy Girls



Jennifer Aniston Gallery Sexy Girls




Jennifer Aniston Gallery Sexy Girls



Jennifer Aniston Gallery Sexy Girls


Jennifer Joanna Aniston (born February 11, 1969) is an American actress. She became famous in the 1990s for her role as Rachel Green in the popular US sitcom Friends, a role for which she won an Emmy Award, a Golden Globe Award, and a Screen Actors Guild Award.

She has starred in several Hollywood films. While most of her film roles have been in comedies such as Bruce Almighty, Office Space, Rumor Has It, and the romantic comedies Along Came Polly and The Break-Up, she has also appeared in films from other genres, such as the comedy-horror Leprechaun and the crime thriller Derailed. The most recent films that she has starred in are Marley & Me and He's Just Not That into You. Early life

Jennifer Aniston was born in Sherman Oaks, California, and grew up in New York City.[3] She is the daughter of the actor John Aniston and actress Nancy Dow.[4] Aniston's father is a Greek American, born Yannis Anastassakis, on the island of Crete, Greece, while her mother is of Italian-Scottish descent and was born in New York City.[5] Aniston has two half-brothers, John Melick (older) and Alex Aniston (younger).[4][3] Aniston's godfather was the actor Telly Savalas, her father's best friend.[4][3] She lived in Greece for one year as a child with her family, and they later relocated to New York City.[4] Her father has appeared in the soap operas Days of our Lives, Love of Life and Search for Tomorrow.[4] Aniston attended the New York Rudolf Steiner School[6] and graduated from Manhattan's Fiorello H. LaGuardia High School of Music & Art and Performing Arts.[3] She worked in Off Broadway productions such as For Dear Life and Dancing on Checker's Grave.[4] She supported herself with several part-time jobs, including working as a telemarketer and bike messenger.[4] In 1989, she moved to Los Angeles, California.[7]

Career

Friday, May 8, 2009

File Upload with ASP.NET C#

Most of our project we have to develop a module a upload a file. Its a common scenario for all developers. In classic ASP it was tedious but in ASP.NET we found a nice control to upload/store a file into the web server. The new control in ASP.NET 2.0 is which capable to do everything except few limitations like filtering. So in this article i want to describe how we

Wednesday, May 6, 2009

How to bind or populate data into a Dropdown List based on first or another Dropdown List in Asp.net C#

In many forums i found this problem that's why i decide to write a post on populating a Dropdown List based on another Dropdown List. Here i will try to show how we can bind sql server data with a Dropdown List as well as after selection populate other Dropdown List. To describe this situation here i will use a very common scenario like country & its regions. Lets we have a country table of ID,

Friday, May 1, 2009

Disable right mouse click,image toolbar,text,print on a page

Most of the site owners want to protect contents or images from abuses. For such type of feelings i think the top of the mind is to disable mouse right button. So that reader cannot open the action menu & can not copy the image or text. Let you have a professional photographer so that you dont want to loose your ownership cause its your creative work. Mostly you can share with others but not give