Blog Detail
Five point someone
http://fivepointsome1.blogspot.com
Movie talk,Tech guide,Tech reviews,My experiences,Social issues,Factual criticism
Recent Posts
SQL server dates in different formats
Here is the list of conversions that facilitates retrieving date time in different formats in T - SQL.Replace Date in Convert with your field Name. 'YYYYMMDD' CONVERT(CHAR(8), Date, 112) 'YYYY-MM-DD' CONVERT(CHAR(10), Date, 23) 'YYM...
How to enter free text in a ajax asp.net combo box ?
A day before I had requirement where the user wants a combox box that gives him access to enter free text also inside it. Thanks to Ajax Control Toolkit which is a open source that lets us modify the code according to our requirements . So How do we ...
How to set date time as text to a excel in DD/MM/YYYY format using ASP.NET ?
Did you ever try to set a date as text to Excel cell using asp.net ? I had this interesting problem today. The date that I have been passing from my code is something like this '02/06/2009' (dd/mm/yyyy) .But When I check the Excel it appeared as '06/...
Dear Users
Thanks for reading Technade. Lot of things keep my day busy these days. I dont find much time to write a article on technade (absolutely sorry about it). I will try to get atleast one article posted on the blog everyday in the coming month.Please bea...
How to call a WCF service using web service task in SSIS ? WCF and SSIS 2005
A day back I had a requirement where I had to write a simple web service which generates a Excel Report and had to get it executed as a daily job . So I thought of writing a SSIS package which will call a web service . But I am much into learning WC...
A-Squared Emergency USB Stick - Portable USB Malware Protection
Cyber Security is a great warfare. There is always a race here between malware developers and security vendors. And by the very nature of the security software development process, malware developers are always ahead of the security software.Present ...
