CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: flazx
C#
using System;
using System.Collections.Generic;
using System.Linq;
 
namespace System.Web.Mvc
{
    public interface IPagedList
    {
        int TotalCount
        {
by flazx   July 27, 2009 @ 2:04am
Tags:
91 Views
no comments
 
C#
''' <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)
by flazx   July 27, 2009 @ 2:03am
Tags: test
123 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate