M
Maaty
I have a datagrid that represents a Shopping Cart content. I have a
checkbox and a quantity-textbox in each item. An update-button event is
assumed to retrieve the changes happened to both item's controls.
I had this module working probably for a long time. Once, and I don't
know how, the event code find the datagrid.items.count=zero, that's,
the datagrid can't be updated. However, the page returns with the
datagrid with its full binded data (Binding happened only when no
postback)
I have tried many things but no way. I got a backup code of that module
but also didn't work.
I ensured that the viewstate is enabled!!!!!!
Any help???
*The module implemented using C# codebehind
checkbox and a quantity-textbox in each item. An update-button event is
assumed to retrieve the changes happened to both item's controls.
I had this module working probably for a long time. Once, and I don't
know how, the event code find the datagrid.items.count=zero, that's,
the datagrid can't be updated. However, the page returns with the
datagrid with its full binded data (Binding happened only when no
postback)
I have tried many things but no way. I got a backup code of that module
but also didn't work.
I ensured that the viewstate is enabled!!!!!!
Any help???
*The module implemented using C# codebehind