14 April 2009

CSS Z-Index is not working in IE7 Visit here to get you answer.

Z-Index and position tag have are

10 March 2009

# Local variable

Mein pal do pal ka shayar hoon,
pal do pal meri kahani hai
pal do pal meri hasti hai..

# Global variable

Main har ik pal ka shayar hoon
har ik pal meri kahani hai
har ik pal meri hasti hai

# Null pointers

Mera jeevan kora kagaz
kora hi reh gaya..

# Dangling pointers

Maut bhi aati nahi
jaan bhi jati nahin.

# Goto

Ajeeb dastan hai yeh
Kahan shuru kahan khatam
Ye manzilen hain kaun si
Na woh samajh sake na hum

# Two Recursive functions calling each other

Mujhe kuchh kehna hein
mujhe bhi kuchh kehna hein
Pehle tum, pehle tum.

# The debugger

Jab koi baat bigad jaye
Jab koi mushkil pad jaye
Tum dena saath mera hamnawaz.

# From VC++ to VB

Yeh haseen vaadiyan
Yeh khula asmaan
Aa gaye hum kahan.

# Untrackable bug

Aye ajnabi, tu bhi kabhi, awaaz de kahin se.

# Unexpected bug (esp during presentation to client)

Ye kya hua, Kaise hua, Kab hua, Kyon hua

27 February 2009

System.Web.Mail is a web site to get very useful information, There is also faq to send to send email different kind of email.

26 February 2009

You can apply date format in RegularExpressionValidator

suppose I have a textbox to apply date time by "dd/MM/yyyy" format.

I can use flowing ValidationExpression:

<asp:RegularExpressionValidator
ID="RegularExpressionValidator2"
runat="server"
ValidationExpression="(0[1-9]|[12][0-9]|3[01])[- /.](0[1-9]|1[012])[- /.](19|20)\d\d"
ControlToValidate="myTextBox"
ErrorMessage="Enter date in dd/mm/yyyy format">