BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Private Sub BindDataSource()
Task.Add(New Tasks(1, "Open", "Analyze the new requirements gathered from the customer.", "Story", "Low", "Analyze,Customer", _
3.5, "Nancy Davloio", "../content/images/kanban/1.png", 1))
Task.Add(New Tasks(2, "InProgress", "Improve application performance", "Improvement", "Normal", "Improvement", _
6, "Andrew Fuller", "../content/images/kanban/2.png", 1))
Me.Kanban.DataSource = Task
Me.Kanban.DataBind()
End Sub |