Is there a way to allow a user to specify a date range and then populate a dataset/datagrid with that information in VB.net 2005? I am currently using a combobox that populates the datagrid based on what the user has selectedx in said combobox and it is working fine. Can a dataset use two "?"s to populate? Could I call a stored procedure and then populate it based on those results (and how?) Any help would be greatly appreciated.
Thanks!
Brett
P.S. I am using SQL Server 2005 to call the data from.
Thanks!
Brett
P.S. I am using SQL Server 2005 to call the data from.