Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
27 views

silverlight 4: setting selectedvaluepath, how do i extract it?>

im completely new to the wcf service things so im a bit lost on the approach here. I have an operation in the service called GetHoldsJoined. The listbox im binding to is called lbxOpenHolds. I am able ...
1
vote
2answers
362 views

How to show selected index on top in DropDownList?

Actually i am displaying months in first list on selecting the month if the value of month is other than 31 it shows at top otherwise it shows jan at top how to show the other one? Here is code: ...
0
votes
0answers
10 views

C# selectedvalue of dropdownlist with ObjectDataSource

how do i set selectedvalue of dropdownlist if dropdownlist is within Gridview and dropdownlist is populated by objectdatasource when EDIT button is click? what happens to my app is dropdownlist ...
0
votes
5answers
2k views

DropDownList has a SelectedValue which is invalid because it does not exist in the list of items

Here's the scenario: The selections in DropDownList are bound from a DB Table listing the acceptable values. At one point in time the values were: One Two Three Four At some point later, the list ...