TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mahesh Chand
1
269.2k
239.6m
Testing some format
Sep 28 2005 2:36 PM
///
<summary>
///
Returns all Out Of Bureau Verification accounts data for an account number
///
</summary>
public
WebServices
.
Client
.
CreditCards
.
CreditBureauAccountInformationVO[] GetAccountsFromCreditReport(
string
AccountNumber )
{
// Get data from the Web Service
ICreditCardService svc
=
(ICreditCardService) WebServices
.
Client
.
WebServicesFactory
.
getService(WebServices
.
Client
.
WebServicesFactory
.
SERVICE
.
CREDIT_CARD);
return
svc
.
getAccountsFromCreditReport(AccountNumber);
}
Reply
Answers (
2
)
Forum works nice
Drag & Drop from one Datagrid cell to another DataGrid cell.