tags:

views:

63

answers:

1

I am having an ASP.net page with some 15 controls and each using as filter filter parameter query for search (Select * from Table 1 where (all control values). I need to saved these searches on clicking the button. (I need to hold this in a table what are the things that are searched by user.

Please tell me which is the best way to implement

A: 

I have found the answer its better to hold the control values in namevalue collection and move it across than using any objects.

balaweblog