Rajneesh Verma's Blog
MCSD - Web Applications
-
DateTime issue when trying to convert from string to dateTime
Normally when our system follow UK culture and our server uses US culture then we are facing problem when we are trying to convert String value to Datetime as:
-
Add n number of blank rows in GridView without database.
Today I got a query to add 3 blank rows in GridView so I posted here.
-
How to know how many members are Moderators, Microsoft, MVP, ASP Insider and ASP.NET Team.
Today I have seen one strange thing which i have searched already that
-
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.