M
Mike
Hi,
I am retrieving a dataset with over 100 records and can vary based on user
in which it can get even larger. I am displaying the dataset in a datagrid.
I was looking for reccomendations on how to breakup the dataset because I do
not want to show 100 records in a datagrid. I was thinking about limiting
the dataset to 50 records based on the a stored procedure, is that a better
idea? The stored procedure is based on a like clause which the user enters.
Thanks
I am retrieving a dataset with over 100 records and can vary based on user
in which it can get even larger. I am displaying the dataset in a datagrid.
I was looking for reccomendations on how to breakup the dataset because I do
not want to show 100 records in a datagrid. I was thinking about limiting
the dataset to 50 records based on the a stored procedure, is that a better
idea? The stored procedure is based on a like clause which the user enters.
Thanks