Im trying to pass data between formview2 and formview3
I used this code in formview3:
SelectCommand="SELECT [Password], [ComputerTag], [ComputerType], [Class], [FullName], [School], [PupilID], [UserName] FROM [Pupils] WHERE ([PupilID] = @PupilID)">
PupilID should be the same in the 2 formviews, but nothing happen
I can see the data in the formview2, but formview3 is blank
what is wrong ?
Replies
Know the answer? Post it — somebody with the same question will find it here.