I am trying to write a user control that would gather search criteria from user and would update data grid on main form.
Essentially this is just a search box that would be used in number of different place on website.
I am not sure how to tie in information gathered by user control and then pass it over to datagrid or how to force datagrid to update - apart from using Session Variables.
I was thinking of how to make this control do more work than just gather info.
Your ideas are most valued.
Essentially this is just a search box that would be used in number of different place on website.
I am not sure how to tie in information gathered by user control and then pass it over to datagrid or how to force datagrid to update - apart from using Session Variables.
I was thinking of how to make this control do more work than just gather info.
Your ideas are most valued.