Wednesday, January 19, 2011
Top 7 reasons why I joined IT Industry
1) I hated sleep.2) I had enjoyed my life enough.3) I couldn't live without tension.4) I wanted to pay for my sins.5) I believed in the principle : "Do work...dont think of the reward"6) Everything in life has a reason, I wanted to prove it wrong.7) I wanted to take revenge on mys...
List the ASP.NET validation controls
List the ASP.NET validation controls?
Required FieldValidator
Range Validator
Compare Validator
Regular ExpressionValidator
Custom Validator
Validation Summar...
Understanding the Difference Between Server-Side and Client-Side Validation
Understanding the Difference Between Server-Side and Client-Side Validation
Many people new to ASP.NET don't know the difference between client-side and server-side validation. You must understand these two different ways of validating the data users input into a Web form.
After the user enters data into a Web form, clicks the Submit button, and sends the form data to the server as a request, you can perform server-side validation on the data. If the data is incorrect or not valid, you can send back a response stating this. If, however,...
Validation of Start Date and End Date using JavaScript
I was trying to validate start date and end date. If user select the end date which is less than start date then a warning message will display which tell that End date should be greater than start date
for that i have used this Code:
[code]
function ValidateDate()
{
var StartD = document.getElementById('').value;
var EndD = document.getElementById('').value;
var endDate = new Date(EndD );
var startDate= new Date(StartD );
if(StartD != '' && EndD != '' && startDate > endDate )
{
alert("Check...
10 Things to do to improve your spoken English

So you want to improve your spoken English. It’s very important because you have a very important interview to clear before you get your “Dream Job”. You are confident that you will clear all the rounds, if only you had the confidence to speak in English. You are committed to work for it but you don’t know where to start, how to start.
Sounds familiar!! I...
ICC Cricket World Cup 2011 / Australia Squad
ICC Cricket World Cup, 2010/11
January 18, 2011
Ricky Ponting
captain
Age: 36 years 30 days
Playing role: Top-order batsman
Batting: Right-hand bat
Bowling: Right-arm medium
Michael Clarke
vice-captain
Age: 29 years 291 days
Playing role: Middle-order batsman
Batting: Right-hand bat
Bowling: Slow left-arm orthodox
Doug Bollinger
Age: 29...
ICC Cricket World Cup 2011 / South Africa Squad
ICC Cricket World Cup, 2010/11
January 18, 2010
Graeme Smith
captain
Age: 28 years 351 days
Playing role: Opening batsman
Batting: Left-hand bat
Bowling: Right-arm offbreak
Hashim Amla
Age: 26 years 293 days
Playing role: Top-order batsman
Batting: Right-hand bat
Bowling: Right-arm medium
Johan Botha
Age: 27 years 261 days
Playing...
ICC Cricket World Cup, 2010/11 Pakistan Squad
ICC Cricket World Cup, 2010/11
January 18, 2011
Abdul Razzaq
Age: 31 years 47 days
Batting: Right-hand bat
Bowling: Right-arm fast-medium
Abdur Rehman
Age: 30 years 323 days
Playing role: Bowler
Batting: Left-hand bat
Bowling: Slow left-arm orthodox
Ahmed Shehzad
Age: 19 years 56 days
Batting: Right-hand bat
Bowling: Legbreak
Asad...