M
Mohammad Hashemian
Hello,
In a web based I have to implement a form with a DataGrid control. this
control shows some fields of a data table. I want when a user clicks on
a row, some other fields of that table be shown in some other controls
on form, for example two text boxes.
How can I bind that text boxes to my table's fields in such a way that
I haven't to connect to database and retrive their needed information,
each time a user clicks on a row?
thanks
In a web based I have to implement a form with a DataGrid control. this
control shows some fields of a data table. I want when a user clicks on
a row, some other fields of that table be shown in some other controls
on form, for example two text boxes.
How can I bind that text boxes to my table's fields in such a way that
I haven't to connect to database and retrive their needed information,
each time a user clicks on a row?
thanks