Newbie question passing query from a user control to aspx page
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi there,
I have a home page with a user control that allows you to do enter
certain parameters and submit them for a search using a stored proc,
however there is no room for me to display a datagrid with results on
the home page so I have built a page that has the same search with
additional parameters and a datagrid to display results. Can anyone
point me to an example where I can pass the search parameters from home
page to the search page and display the results on the datagrid on the
search page...Please help!!
Alec
.
Relevant Pages
- Re: Newbie question passing query from a user control to aspx page
... I have a home page with a user control that allows you to do enter ... the home page so I have built a page that has the same search with ... additional parameters and a datagrid to display results. ... (microsoft.public.dotnet.framework.aspnet) - Re: Extracting subsets of a DataSet
... Try it first with that sort on the model column commented out and see what is displayed in your datagrid. ... Regarding the application I am making, it is a Web Form, not a Windows Form. ... I have abandon the DataView idea because what I have read about DataView does not seem to be what I want. ... My goal is to display only, not modify, a subset of those rows based on user input. ... (microsoft.public.dotnet.languages.vb) - Re: Performance issue
... I have two queries to make and two data to display in a datagrid. ... first query and first data to display: ... a)query: the user enters some characters, the query selects the rows from ... (microsoft.public.sqlserver.ce) - Re: Problem with ComboBox
... Cor Ligthert [MVP] wrote: ... record from the list) the detail and datagrid will display me the ... I choose them the number on the combobox changes to a number that I ... (microsoft.public.dotnet.languages.vb) - Re: Problem with ComboBox
... What VB version are you using and what complex data control, ... record from the list) the detail and datagrid will display me the ... I choose them the number on the combobox changes to a number that I ... (microsoft.public.dotnet.languages.vb) |
|