set Dropdownlist SelectedIndex in a DataGrid

M

marcbb

Hi all,

I'm working with a DataGrid that has two template columns with one
DropDownlist each one. It's something like this:


A <DDL_1> <DDL_2>
B <DDL_1> <DDL_2>
C <DDL_1> <DDL_2>
...
 
J

Jesse Houwing

* marcbb wrote, On 29-5-2007 12:04:
Hi all,

I'm working with a DataGrid that has two template columns with one
DropDownlist each one. It's something like this:


A <DDL_1> <DDL_2>
B <DDL_1> <DDL_2>
C <DDL_1> <DDL_2>
...

And... The question in here is?

If you're trying to set each of these dropdown lists to a different
selected value, either use databinding in the template or have a look at
the DataBinding event.

Jesse
 
M

marcbb

* marcbb wrote, On 29-5-2007 12:04:




And... The question in here is?

If you're trying to set each of these dropdown lists to a different
selected value, either use databinding in the template or have a look at
the DataBinding event.

Jesse

Sorry, my first post was published by error. My question is on the
second post.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top