J
John 3:16
Hello...
I have a question related to performance.
Being new to asp.net & vp programming, I put together
a webform that displays columns of data in a datagrid.
Users can sort by the header label.
QUESTION: When they click to sort, I run a new
stored procedure to return the resorted data...
Should I only get the data once and query the
disconnected dataset.. and if so .. can someone
point me in the right direction.
Thanks in advance....
I have a question related to performance.
Being new to asp.net & vp programming, I put together
a webform that displays columns of data in a datagrid.
Users can sort by the header label.
QUESTION: When they click to sort, I run a new
stored procedure to return the resorted data...
Should I only get the data once and query the
disconnected dataset.. and if so .. can someone
point me in the right direction.
Thanks in advance....