L
Lily
I create a object called customer and with properties, such as first
name, last name, etc and method like GetCustomer, UpdateCustomer, etc.
I had a datagrid to display the customers list. Then user select one
customer to update it. The datasource of datagrid will be the an
arraylist which is object -- customers collection. So I put the
selected customer information into the viewstate. When the page is
post back, I could highlight the one which is selected in the previous
page. I just wonder if I should put serializable custom object in
viewstate. Please reply me if you have any thought.
thanks,
Lily
name, last name, etc and method like GetCustomer, UpdateCustomer, etc.
I had a datagrid to display the customers list. Then user select one
customer to update it. The datasource of datagrid will be the an
arraylist which is object -- customers collection. So I put the
selected customer information into the viewstate. When the page is
post back, I could highlight the one which is selected in the previous
page. I just wonder if I should put serializable custom object in
viewstate. Please reply me if you have any thought.
thanks,
Lily