R
Randy
Hi,
I am fairly new to ASP.Net, I have a client (WinForm) background. I am
running into a issue with some controls. On my web form, I have some drop
down boxes that contain the same data (Color, Weight) but for different
products. I need to store this input into an object so I need to uniquely
identify each drop down box selected value with the product ID and code
(Color, Weight...). So, basically I need two unique values for each
dropdown box and I want to do this at design time. I want to create one
event handler that each dropdown box calls, easier to maintain. Any ideas
how to do this? The only idea I can come up with is to use either the ID
property or CssClass property.
Thanks
I am fairly new to ASP.Net, I have a client (WinForm) background. I am
running into a issue with some controls. On my web form, I have some drop
down boxes that contain the same data (Color, Weight) but for different
products. I need to store this input into an object so I need to uniquely
identify each drop down box selected value with the product ID and code
(Color, Weight...). So, basically I need two unique values for each
dropdown box and I want to do this at design time. I want to create one
event handler that each dropdown box calls, easier to maintain. Any ideas
how to do this? The only idea I can come up with is to use either the ID
property or CssClass property.
Thanks