Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
PaulNaude #1
Define a filter based on record value
I have a datagrid with two columns visible, both being dropdown boxes linked
to other tables.
Is it possible to filter the datasource of the second column, based on the
value chosen in the first column?
PaulNaude Guest
-
#40499 [NEW]: filter sapi does not register any highlightning filter
From: php at henke37 dot cjb dot net Operating system: any PHP version: 6CVS-2007-02-15 (CVS) PHP Bug Type: Apache2 related... -
get record based on date time
HI Im creating a site that generates leads. When a lead is generated it will select a broker in the list based on certain criteria. The thing i... -
Show record based on time
I have a record in a DB with a start time and a stop time (their data types are set to datetime). i want to show the record if the current time... -
updating a record on a form based on another field
Please help. I am trying to update a record in a form based on another field in that form. I have tried using the Me! and dlookup options I found... -
Need Web-Based DB Record Editing Tool
Hi, all. Is anybody currently using a web-based tool to add/edit/delete records to SQL Server 2000 tables? I've been writing my own ADO.NET &... -
Elton Wang #2
Re: Define a filter based on record value
Hi Paul,
Yes. You can set datasource of the second column besed on value chosen in
the first column in datagrid_ItemDataBound event.
HTH
"PaulNaude" <PaulNaude@discussions.microsoft.com> wrote in message
news:FB07691C-B81F-4E08-94B8-4D0C3F8A320D@microsoft.com...>I have a datagrid with two columns visible, both being dropdown boxes
>linked
> to other tables.
>
> Is it possible to filter the datasource of the second column, based on the
> value chosen in the first column?
>
>
>
Elton Wang Guest



Reply With Quote

