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
scampercat
NA
189
0
C#.net 2010 delegate
Jun 5 2012 7:36 PM
In a C# 2010 application, I need to make a change where some
logic is hard-coded and I want to obtain the values from a sql server 2008 r2 database.
Before I make any changes, I want to make certain I understand how the existing logic work.
In a microsoft training class for C#.net, I learned about delegates
and worked on 'labs' to teach you the concepts.
When you look at the code I listed below:
LabelCustomerName.Text += transaction.CustomerName;
LabelCustome_Status.Text += transaction.Customer_Status;
you can see the customer name and customer_status are placed into
textboxes.
I am guessing that the fields to the right of the += are delegates.
If this is true, can you tell me how to find the original location where the values are obtained from?
If these are not delegates, can you tell me and/or point me to a reference that will help me determine where the orginal values are obtained from?
Should I use system.reflections? If so, can you tell me what code to use so I would know how to use system.reflections?
Reply
Answers (
2
)
checkedlistbox
Any Kind Soul willing to help? How to convert data saved in TEXT file into a table form. PLS HELP !!!!!