Pass DateTime JavaScript value to ASP.NET C#
Posted by Jayceooi
Here are some source code to pass DateTime JavaScript value to ASP.NET in C#. It is used to get client side date and time. It is useful for those who need to display client date and time instead of hosting server date and time.Put these codes at HTML<input type=”hidden” id=”hdClient” runat=”server” />Put these codes at ASP.NET code behindAt Page_Load
Page.RegisterClientScriptBlock(“1″,
“<script type=’text/javascript’>
function goforit()
{var now = new Date();
var offset = now.getTimezoneOffset();
document.forms[0].hdClient.value = -offset}
</script>”);ClientScriptManager manager = Page.ClientScript;
man[...]
Continue ReadingPage.RegisterClientScriptBlock(“1″,
“<script type=’text/javascript’>
function goforit()
{var now = new Date();
var offset = now.getTimezoneOffset();
document.forms[0].hdClient.value = -offset}
</script>”);ClientScriptManager manager = Page.ClientScript;
man[...]
Nuffnang Server Down For Emergency Maintenance
Posted by Jayceooi
Nuffnang server down for emergency maintenance!!! Life in IT world is not easy. We had Advertlets failed to renew domain issue last month. And we have Nuffnang server down this time. Luckily, we still can enter our own website.Did you get this email from Timothy? (more…)[...]
Continue ReadingWhat is SAS (Serial Attached SCSI)?
Posted by Jayceooi
SAS (Serial Attached SCSI) is a computer bus technology primarily designed for transfer of data to and from computer data storage devices such as hard drives, CD-ROM… It is a replacement for parallel SCSI. It is also backwards-compatible with SATA drives. It uses serial communication instead of the parallel method but still uses SCSI commands.SAS (Serial Attached SCSI) vs parallel SCSI[...]
Continue ReadingWhat is RAID 6 and how it work?
Posted by Jayceooi
What is RAID 6? By the way, do you know what is RAID? RAID is also known as Redundant Arrays of independent drives. It is a technology that supports the integrated use of two or more hard-drives in various configurations for the purposes of achieving greater performance, reliability through redundancy, and larger disk volume sizes through aggregation. (more…)[...]
Continue ReadingKeyboard shortcuts for Microsoft Windows
Posted by Jayceooi
I searched online and found these useful Microsoft Windows keyboard shortcuts. Here you are. Make your life easier with them. Windows system key combinations
� F1: Help
� CTRL+ESC: Open Start menu
� ALT+TAB: Switch between open programs
� ALT+F4: Quit program
� SHIFT+DELETE: Delete item permanentlyWindows program key combinations
� CTRL+C: Copy
� CTRL+X: Cut
� CTRL+V: Paste
� CTRL+Z: Undo
� CTRL+B: Bold
� CTRL+U: Underline
� CTRL+I: Italic (more…)[...]
Continue Reading� F1: Help
� CTRL+ESC: Open Start menu
� ALT+TAB: Switch between open programs
� ALT+F4: Quit program
� SHIFT+DELETE: Delete item permanentlyWindows program key combinations
� CTRL+C: Copy
� CTRL+X: Cut
� CTRL+V: Paste
� CTRL+Z: Undo
� CTRL+B: Bold
� CTRL+U: Underline
� CTRL+I: Italic (more…)[...]
Samsung silently shows off its SUPER AMOLED touchscreen
Posted by Wirefresh
Samsung have knocked out a video detailing the advantages of their Super AMOLED screen. The boffins at Samsung seem to have sorted the situation with AMOLED screens being hard to...[...]
Continue ReadingPalm releases webOS PDK Beta – hot games to follow?
Posted by Wirefresh
Palm have released their Plug-in Development Kit Beta for developers and is hopeful that a veritable torrent of top notch 3D games and other native Linux apps for webOS will...[...]
Continue ReadingCase-Mate’s Hug wireless iPhone charger – another bolt on beast
Posted by Wirefresh
We loved the Touchstone wireless charger for our Palm Pre, and expected to see similar solutions breaking out for other handsets, but it seems manufacturers are still struggling to come...[...]
Continue ReadingHonda’s ASIMO humanoid robot continues to thrill
Posted by Wirefresh
We’ve been fascinated by Honda’s incredible ASIMO humanoid robot project, and find its tantalising glimpse of the future irresistible. We want one![...]
Continue ReadingGriffin SmartTalk earphone adapter for iPhones & iPods – review
Posted by Wirefresh
If you’re less than chuffed with the distinctly average sound of the bundled iPhone headphones,� or you’re fed up being a mugger-attracting, walking advert for Apple products with those ‘iconic’...[...]
Continue Reading
No comments:
Post a Comment