C
csgraham74
Hi Guys,
hopefully someone can help me with an issue. I have recenlty linked to
third party to receive data in XML format which i then want to display
on my site. The provider supplies a large amount of data which i want
to be able to search on the various fields using a web form (drop downs
etc) i then want to display the appropriate results of the search in a
datagrid. i need to search on price (greater than and less than) and
on a free text search
I have the part where i populate the dataset but how do i search within
a dataset ???? is this even possible ?? An idea was to populate my
database table with the data but i would have to do this every time and
therefore this would slow down my application.
any hints, tips or advice greatly appreciated.
Regards,
CG
hopefully someone can help me with an issue. I have recenlty linked to
third party to receive data in XML format which i then want to display
on my site. The provider supplies a large amount of data which i want
to be able to search on the various fields using a web form (drop downs
etc) i then want to display the appropriate results of the search in a
datagrid. i need to search on price (greater than and less than) and
on a free text search
I have the part where i populate the dataset but how do i search within
a dataset ???? is this even possible ?? An idea was to populate my
database table with the data but i would have to do this every time and
therefore this would slow down my application.
any hints, tips or advice greatly appreciated.
Regards,
CG