datagrid viewstate and performance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a datagrid which could contain a large volume of data
I want to be able to highlight a row and click a calculate button.
Obviously the calculate button will cause a form postback and
reload all the data.
Saving the viewstate could also cause performance problems as it could
be large.

Is there any way I could on postback keep the data there but just change the
data on the row im on. Client callback feature in ASP 2 is not an option at
the moment

TIA

Stu
 
Stu,

Are you sure you need to postback? Can't you calculate on the client?

Eliyahu
 
it needs to call a web service calculator and update the database so it can
display new values on
the screen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Problem with control and ViewState 3
DataGrid Viewstate 4
Tables and ViewState 1
ViewState and DataTable 1
Datagrid : viewstate 1
Persistent ViewState 4
RemoveRowsFromDataTable\DataGrid 1
viewstate timeout ? 2

Back
Top