Loading selected value from binding
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi all, ok so I have a formview thats bound to an objectsource. within the formview, I have a listbox that I added myself. Item 1 Item 2 Item 3 how do I set the right value selected within this lisbox? all other values on textboxes is being set with Text='<%# Bind("objective") %> but it wont allow me to put this binding on listitems. any ideas? thx M
-
hi all, ok so I have a formview thats bound to an objectsource. within the formview, I have a listbox that I added myself. Item 1 Item 2 Item 3 how do I set the right value selected within this lisbox? all other values on textboxes is being set with Text='<%# Bind("objective") %> but it wont allow me to put this binding on listitems. any ideas? thx M