M
Marlene A. Roman
Hello I have a question:
I have a datagrid.
I can make a specific search using some parameters I write and
When a press a command button it calls an sp and returns
the results of a search that is about 25 rows. I show only 13 rows
so I have the "page paging" property to show the navigation buttons
"Previos" and "Next". When I select the Next buttom it always shows me the
same
records for that page from the first search I made. The first page returns
me the records I'm loking for, but the next pages don't return the records
they are supposed
it looks like is not using the DataSet and it has the recors form the first
search
it made. Do I need something aditional to clear the records before doing a
new search so the next pages get updated?
thanks so much
Jenn
I have a datagrid.
I can make a specific search using some parameters I write and
When a press a command button it calls an sp and returns
the results of a search that is about 25 rows. I show only 13 rows
so I have the "page paging" property to show the navigation buttons
"Previos" and "Next". When I select the Next buttom it always shows me the
same
records for that page from the first search I made. The first page returns
me the records I'm loking for, but the next pages don't return the records
they are supposed
it looks like is not using the DataSet and it has the recors form the first
search
it made. Do I need something aditional to clear the records before doing a
new search so the next pages get updated?
thanks so much
Jenn