Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid and textbox not in sync
Message
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00967844
Message ID:
00967850
Views:
7
>I dropped a grid and a textbox onto a form, I bind the grid to a SQL Server table and i bind the textbox to a text field in the table.
>
>The grid fills fine and so does the text box, but when I navigate to a different row in the grid, the textbox is still bound to the original row
>
>TIA,
>
>Rick

Make sure they are both bound to the same object. What I mean is that, since there are several ways to bind to the grid, is that sometimes .NET does not realize that both of them are bound to the same object.

Could you post the lines of code that do the binding for the textbox and the grid?
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform