you may use

Chirag Bhavsar replied to abc V at 10-May-08 02:56

Hi!

you want to display the serach results based on the filters selected by use r from the check box right.

For this you may use HTML table to display the result as it comsumes less resources compared to dataGridView which is the other option.

for creation fo html table you will have to prepare a string based on the result. this string will contain the HTML tags for table, row and colun creation

assign this string to the DIV tag.

For dataGridView simply provide the result that you  got in the dataSet to the gridView's data source property



Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  which control to use to display results in webpage - abc V  09-May-08 10:24 10:24:09 AM
      display results - Partha Mandayam  09-May-08 12:54 12:54:09 PM
          need to categorize the results under eah selection of the checkbox as heading of the grid - abc V  09-May-08 12:59 12:59:05 PM
              use usercontrol dynamically... - Vasanthakumar D  10-May-08 01:11 1:11:19 AM
      you may use - Chirag Bhavsar  10-May-08 02:56 2:56:51 AM
      Re: - Aravind Kumar  12-May-08 12:32 12:32:10 PM
      Re: - chakradhar koturu  13-May-08 02:15 2:15:36 AM
View Posts