About Me

My photo
Hi .. This is Sachin Uchil. I have been in the field of .NET development for about 2 years now. Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Friday, February 8, 2008

Saving date as dd/mm/yyyy to sql server gives error if dd value is more than 12
Solution :
CAPTCHA

system.web
httphandlers
add type="MSCaptcha.CaptchaImageHandler, MSCaptcha" path="CaptchaImage.axd" verb="GET"
/httphandlers
/SYSTEM.WEB


Download
create dll of asp.net code
Give value and item in dropdpwn at runtime :
ddl.items.add( new ItemList(“Text”,”Value”)

Thursday, February 7, 2008

Dynamically add template column to gridview