J
Jason
I have a datagrid inside a user control. I use the itemcreated event
to manipulate column values. I then add those values up and place the
total in the footer of the datagrid. I have wrapped the function used
to obtain the data for this datagrid in a page.ispostback=false
condition. Everything displays accurately when an event(in the user
control) posts the page back to the server, but if a control outside
the user control posts the page back to the server my manipulated data
is missing (column data and summary info in the footer). The only
solution I have come up with is to remove the ispostback condition,
but then I take a performance hit because I have to go back to the
database on every post back. This really slows the page down. Does
anyone have any ideas??
Thank you,
Jason
to manipulate column values. I then add those values up and place the
total in the footer of the datagrid. I have wrapped the function used
to obtain the data for this datagrid in a page.ispostback=false
condition. Everything displays accurately when an event(in the user
control) posts the page back to the server, but if a control outside
the user control posts the page back to the server my manipulated data
is missing (column data and summary info in the footer). The only
solution I have come up with is to remove the ispostback condition,
but then I take a performance hit because I have to go back to the
database on every post back. This really slows the page down. Does
anyone have any ideas??
Thank you,
Jason