 |
BOOK: Beginning Visual C# 2005  | This is the forum to discuss the Wrox book Beginning Visual C# 2005 by Karli Watson, Christian Nagel, Jacob Hammer Pedersen, Jon D. Reid, Morgan Skinner, Eric White; ISBN: 9780764578472 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning Visual C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

August 5th, 2010, 09:17 AM
|
|
Authorized User
|
|
Join Date: Oct 2009
Posts: 18
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Beginning Visual C#
To whom it may concern
I am looking for a forum based on Beginning Visual C# by Karli Watson. Whenever I ask a question in another Beginning Visual C# forum, I am told to find one that has been started by Karli Watson - can you help me?
ISBN: 0-7645-4382-2
Thank you
Chris
|
|

August 6th, 2010, 03:03 PM
|
 |
Wrox Staff
Points: 18,059, Level: 58 |
|
|
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
|
|
__________________
Jim Minatel
Associate Publisher, WROX - A Wiley Brand
Did someone here help you? Click  on their post!
|
|

August 10th, 2010, 05:43 AM
|
|
Authorized User
|
|
Join Date: Oct 2009
Posts: 18
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Great thank you!
 Thanks so much for your assistance, it is extremely helpful1
|
|

August 11th, 2010, 05:14 AM
|
|
Authorized User
|
|
Join Date: Oct 2009
Posts: 18
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
A little more assistance please
Hi Jim
I don't seem to get a response in the Forum links you provided earlier. I posed the question below. Is this a badly asked question or difficult to understand? Are you able to help me with this query? Thanks:
" To whom it may concern
I am relatively new to programming, esp in C#, but I am looking to build an app that can navigate through records in an SQL database.
My colleagues have setup some stored procedures to access data from the database. I then created some Table Adapters, within a Data Source, to access these stored procedures.
The code below allows me to search for a particular record within the table adapter (taEmployeeMaster) based on the EmpID.
this.taEmployeeMasterTableAdapter.Fill(this.dsEmpl oyeeContact.taEmployeeMaster, ModifySearch);
where ModifySearch is a string input via a text box control on the Windows Form.
Based on this code, I should be able to use the Binding Context to navigate through the dataset - using Position++ and Position--? Below is the code I thought would perform this action, please can you help me identify why the code does not work?
this.BindingContext[this.dsEmployeeContact.taEmployeeMaster, EmpID].Position++
Thank you kindly for your assistance
Chris "
|
|

August 13th, 2010, 03:50 PM
|
 |
Wrox Staff
Points: 18,059, Level: 58 |
|
|
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
|
|
Christopher: I wish we could guarantee that every question here gets answered. But, the forums are strictly volunteer participation. Authors and other readers help because they want to. Especially with older books on older versions, it gets harder to have a critical mass of answerers to provide technical answers. Most of them move on to the newer versions.
The question seems fine to me, there just may not be anyone left with enough old C# interest to answer.
__________________
Jim Minatel
Associate Publisher, WROX - A Wiley Brand
Did someone here help you? Click  on their post!
|
|
 |