Archives
-
Calculate Age in Years, Months and Days from Date of Birth
Easily you can get Age from date of birth using SQL query as below:
-
Get all dates between two dates
As for question if i want to get all dates between two dates. For example i want all dates between 01/jan/2010 and 31/Dec/2010 we need to write SQL Query as below:
-
ASP.NET Popup Login control using DIV and CSS
This is my first blog. is there any mistake please forgive me. As i have seen that most people ask for Popup Login control in ASP.NET to achieve this their are number of ways but simplest method is to use DIV and CSS.