Gridview and mult-select boxes

  • Thread starter Thread starter David W
  • Start date Start date
D

David W

I am looking for a gridview example for including a multi-select box -
either for in-line editing or master-detail records.

For example, I have 3 tables:
Product, Category, and ProductCategory
Each product can have one or more categories assigned to it - a typical
many-to-many database relationship.

I would like to have a gridview listing the product fields, with
insert/edit/delete capabilities. I would prefer the edit to be in-line, but
will use a master-detail setup if necessary. The product update would
actually update both tables (Product and ProductCategory) through one or two
stored procedures (sprocs are a hard requirement). TSQL sprocs would be
used for the select statement(s) as well. I am fairly new to ASP.NET and am
having some difficulty finding an example of this.

Any help appreciated,
Dave
 
Back
Top