New Posts New Posts RSS Feed: check my code
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

check my code

 Post Reply Post Reply
Author
robertg View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 15-Mar-2011
Location: California
Posts: 87
Post Options Post Options   Quote robertg Quote  Post ReplyReply Direct Link To This Post Topic: check my code
    Posted: 24-May-2011 at 2:33pm
Rosmena,
 
All of the "Tour of Silverlight" solutions are available on the DRC for both C# and VB. Are you seeing the same problem if you try the VB version, rather than running the C# version through a converter?
 
-- Robert
Back to Top
rosmena View Drop Down
Newbie
Newbie
Avatar

Joined: 20-Mar-2011
Location: Philippines
Posts: 12
Post Options Post Options   Quote rosmena Quote  Post ReplyReply Direct Link To This Post Posted: 23-May-2011 at 8:06pm
I have been following your tour of DevForce Silverlight,  in Part 4(Fix UI Problem) since their is no sample in VB, i converted your C# code to vb;
 

mQuery.ExecuteAsync(Sub(op) op.Results.ForEach(Sub(Emps) Employees.Add(Emps)))

CurrEmployee = Employees.FirstOrDefault()

RaisePropertyChanged("CurrEmployee")

the result is it doesn't go the the first record, you have to press the next button, in order to go the next record.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down