Format:
Recent snippets for: flazx
using System; using System.Collections.Generic; using System.Linq; namespace System.Web.Mvc { public interface IPagedList { int TotalCount {
91 Views
no comments
''' <summary> ''' Method to load the data that needs to be loaded after the main data driver ''' for this page has been loaded to set object values on controls ''' </summary> ''' <remarks> ''' </remarks> Protected Sub LoadSecondaryData() Dim _cashBalance As Double = ManagedFundsFactory.GetCashBookBalance(UserSelectedAccounts.PrimarySelectedAccount.AccountID) Dim _pendingBalance As Double = ManagedFundsFactory.GetPendingCashBookBalance(UserSelectedAccounts.PrimarySelectedAccount.AccountID)
123 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
