Ask a Question related to Dreamweaver AppDev, Design and Development.
-
MR2_93 #1
how to use asp:dropdownlist as a key to filter a datagrid
Hi all, I wonder what's the fastest/best way to do this in Dreamweaver MX 2004
with ASP.NET:
- I want to create a aspx page with a dropdownlist control & a data grid
control. The dropdownlist will be use as a key to filter data from the the grid.
- For example: the dropdownlist contains a list of product types. When the
page first loaded, the data grid displays all records.
- When users select a product type from the dropdownlist (it triggers a
PostBack with clicking any button), the data grid will update automatically and
display the filtered result set.
Thanks in advance for your help!
MR2_93 Guest
-
Data Grid Header Filter Renderer or how do I get aheader to filter the data in a datagrid.
Okay so on the same theme as why isn't the datagrid like Excel, I have created a (very cool) Filter header. 1) The filter looks like any other... -
dropdownlist in datagrid...
Hi I am a newbie to dotnet. I have a datagrid that also has a ddl and a button in each row. When the button is clicked I would like to perform an... -
dropdownlist in datagrid
Just add a ddl to you footer and populate it like you do with a normal ddl... Are u facing any probs? Hths.. R. Thomas -
dropdownlist in datagrid.
ive been trying to experiment on dropdownlist in a grid..i cannot get anything to work...i tried to have some code in the editcommand using the... -
dropdownlist in a datagrid
I thought I saw this somewhere, but I want to have a dropdownlist in a datagrid. I have the column as an Item template, but when I paste in the...



Reply With Quote

