Code Master - A reference guide for programmer's

Programming is fun and interesting. As you all know, sometime we programmers stucks in the middle way of coding without getting a solution. Blogs like this will help us to find a path to solve our problems. The contents of this blog are the solutions that I found by myself and from other sources. Sharing such solutions is also interesting. Thank you!

Monday, January 12, 2015

Convert 12 Hour format to 24 Hour Format asp.net C#

›
12 to 24 private string ConvertTo24HourFormat(string strTime) //HH:MM AM/PM { string FinalTime=string.Empty; if (!s...
Monday, January 5, 2015

Fire event on enter key press for a textbox

›
ASPX: <asp:TextBox ID="TextBox1" clientidmode="Static" runat="server" onkeypress="return EnterEven...
Thursday, December 18, 2014

Stock Price Plugin Live

›
Source <iframe frameborder="0" src="http://www.indianotes.com/widgets/indices-ticker/index.php?type=indices-ticker...

Live Cricket Score Plugins

›
Source <iframe frameborder='0' src='http://www.ecb.co.uk/stats-live/live-scores-widget.html?colour=Blue&countiesTeam...
‹
›
Home
View web version
Powered by Blogger.