This example show how to insert clock on the website which is not static clock, but like a digital clock.
Script for Creating Clock
<script type="text/javascript">
function updateClock() {
var currentTime = new Date();
var currentHours = currentTime.getHours();
var currentMinutes...
Monday, 23 June 2014
Tuesday, 3 June 2014
Who is connected to database - Sample Application C#
This is a sample application just to show who is currently connected into database MSSQL. The application actually just execute MSSQL command "sp_who" and show the data into datagrid.
Below is a screen shoot of the sample application.
Code Behind View Who Is Connected Form
public Form1()
{
InitializeComponent();
...
Kentico 7 - Get Specific document information
This post will show how to get specific document information using Transformation In Kentico 7.
Note : i have tested this method in kentico 7 only, donno if the other version will work.
You can refer this link to create new transformation method
Example :
You can use this method in your transformation let say you create new repeater and want to show the parent name of the binding document type data. In this scenario, the document type store under different parent node.
public string getDocumentInfo(string...
|
Mohd Zulkamal Founder of developersnote.com, love programming and help others people. Work as Software Developer. Graduated from UiTM and continue study in Software Engineering at UTMSpace. Follow him on Twitter , or Facebook or Google+ . |
Powered by Blogger.